search for: ssl_error_log

Displaying 16 results from an estimated 16 matches for "ssl_error_log".

2017 Sep 04
2
selinux denial of cgi script with httpd using ssl
...te that works fine with selinux in permissive mode but fails with selinux in enforcing mode. The problem I have is that I can not find where the selinux error message is being recorded. It does not appear to be in the /var/log/messages or /var/log/audit/audit.log. I do not get any /var/log/httpd/ssl_error_log entries. I do get a successful entry into /var/log/httpd/ssl_access_log and ssl_request_log when selinux is in permissive mode, but not when selinux is in enforcing mode. The only place I can see that I am getting an error message is in the /var/log/httpd/error_log which is as follows : Mon Sep 0...
2005 Jul 23
2
CentOS 4 snag with htaccess
I'm hitting a snag with htaccess. Have created .htaccess and .htpasswd files, set up apache directory options just like always... the exact same setup works fine on CentOS 3, but I can't seem to get it to authenticate on CentOS 4? Am I just being blind stupid (as in not seeing something 'exactly the same') or is there something different I'm missing? I have selinux running
2005 Dec 13
1
Horde framework from CentOS Extras
...ng with a dropdown menu the dialog claims that I missed to make a selection, while of course I did. Just to note: yes, the filesystem permissions for the config directories are temporary changed to allow the apache user to write the config.php files. SELinux is in permissive mode. Nothing logged in ssl_error_log. Can anyone confirm this? I do not see a report in the Horde mailing list. Alexander -- Alexander Dalloz | Enger, Germany | GPG http://pgp.mit.edu 0xB366A773 legal statement: http://www.uni-x.org/legal.html Fedora Core 2 GNU/Linux on Athlon with kernel 2.6.11-1.35_FC2smp Serendipity 11:53:14...
2005 May 16
1
htaccess authentication asks for MySQL table test.user_info
.... In the SSL directory I have put a .htaccess file containing the followings: AuthUserFile /etc/httpd/conf/myfile.htaccess AuthName "Mydomain" AuthType Basic require valid-user This worked with CentOS 3. Now with CentOS 4, apache version 2.0.52, the access to the page is forbidden. The ssl_error_log indicates this error: [Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL ERROR: Table 'test .user_info' doesn't exist: /myurl_to_ssl_address [Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL user testuser not fou nd: /myurl_to_ssl_address It's like if apac...
2020 Apr 09
2
fail2ban firewalld problems with current CentOS 7
...[8545]: INFO encoding: UTF-8 2020-04-09 09:26:13,839 fail2ban.actions [8545]: INFO banTime: 172800 2020-04-09 09:26:13,839 fail2ban.filter [8545]: INFO findtime: 3600 2020-04-09 09:26:13,840 fail2ban.filter [8545]: INFO Added logfile: '/var/log/httpd/ssl_error_log' (pos = 588859, hash = 755a00cfc09ef9b2f76d78cff61ea766) 2020-04-09 09:26:13,840 fail2ban.filter [8545]: INFO Added logfile: '/var/log/httpd/error_log' (pos = 27101, hash = 53ba5e7041d49628af3b86be05de6fa7) 2020-04-09 09:26:13,841 fail2ban.jail [8545]: INFO Creat...
2009 Jan 21
2
Web pages time out after server rebuild
...ough this one is 64 bit) that has a mirrored mysql database replication from this one. I have compared apache conf files, my.cnf and all appears well. The page that times out on our firefox browsers after 30 seconds does have a series of complex mysql queries. There are no log messages other than ssl_error_log that shows: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/htdocs/ndg/includes/customHandler.inc on line 87 the line number varies as does the file name it reports. It will serve pages that only have a few records, yet on my functioning server even the large pages ret...
2008 Oct 06
1
Customizing SELinux Policy
...rion kernel: audit(1223252346.211:14): policy loaded auid=4294967295 ses=4294967295 Oct 5 20:19:11 orion kernel: audit(1223252351.331:15): user pid=2172 uid=81 auid=4294967295 subj=system_u:system_r:system_dbu sd_t:s0 msg='avc: received policyload notice (seqno=6) Also, in the /var/log/httpd/ssl_error_log the following messages appear too: [Sun Oct 05 19:58:19 2008] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sun Oct 05 19:58:19 2008] [warn] RSA server certificate CommonName (CN) `orion.ciget.cienfuegos.cu' does NOT match server nam e!? Really rare to m...
2006 Aug 10
0
apache+ssl+cgi problem
I''m a newbie both with rails and configuring a server so I appreciate any help available. My rails app works until I add ssl - then the routing seems to break. In ssl_error_log I have: [Thu Aug 10 15:43:07 2006] [error] [client ###.##.##.## ] File does not exist: /var/www/html/myapp/public/login Notice the login request is not routed appropriately. The request does not even show up in /var/www/html/myapp/log/production.log My setup wbel rails-1.1.4 apache2.0.52 mod-...
2006 Aug 13
0
ssl breaks rails app
...of the controllers, the routing seems to break. The browser displays an error message from apache that the file is not found - so it seems that apache is not handing the request off to rails. What can i do so that https requests get to the rails dispatcher? I do not have an .htaccess file . In ssl_error_log I have: [Thu Aug 10 15:43:07 2006] [error] [client ###.##.##.## ] File does not exist: /var/www/html/myapp/public/login Notice the login request is not routed appropriately. The request does not even show up in /var/www/html/myapp/log/production.log My setup wbel rails-1.1.4 apache2.0.52 mod-...
2017 Sep 04
0
selinux denial of cgi script with httpd using ssl
...missive mode but fails with selinux in enforcing > mode. > > The problem I have is that I can not find where the selinux error > message is being recorded. > > It does not appear to be in the /var/log/messages > or /var/log/audit/audit.log. I do not get > any /var/log/httpd/ssl_error_log entries. I do get a successful entry > into /var/log/httpd/ssl_access_log and ssl_request_log when selinux is > in permissive mode, but not when selinux is in enforcing mode. > > The only place I can see that I am getting an error message is in the > /var/log/httpd/error_log which is...
2006 Nov 13
0
apache, apache's mod-auth-pam, and pam_winbind : no nested groups
...ccess file: AuthName SDLplanRealm AuthType Basic require group sdl -------------------------------------------------------- Symptoms: --------- /var/log/auth.log winbbindd entries say : pam_winbind[29410]: user 'detertj' granted access but /var/log/apache2/ssl_error_log entries say: GROUP: detertj not in required group(s). Conclusion: ----------- any suggestions as to what to try, where to look, next? Thanks -- Happy Landings, Jon Detert IT Systems Administrator, Milwaukee School of Engineering 1025 N. Broadway, Milwaukee, Wisconsin 53202, U.S.A.
2005 Jul 14
0
htaccess authentication asks for MySQL table test.user_info
...;. In the SSL directory I have put a .htaccess file containing the followings: AuthUserFile /etc/httpd/conf/myfile.htaccess AuthName "Mydomain" AuthType Basic require valid-user This worked with CentOS 3. Now with CentOS 4, apache version 2.0.52, the access to the page is forbidden. The ssl_error_log indicates this error: [Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL ERROR: Table 'test .user_info' doesn't exist: /myurl_to_ssl_address [Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL user testuser not fou nd: /myurl_to_ssl_address It's like if apache...
2012 Jan 25
3
Having problems with sudoers
I've got a Cento 6.2 server I'm putting together that will become a mailserver. It will have on it MailScanner and MailWatch for MailScanner. I'm using the latest stuff available and have run into a problem with changes I need to make in the /etc/sudoers file. It doesn't seem to take affect after I make the changes, so either the syntax within the file has changed or the way
2018 Nov 11
0
CentOS 6: Logrotate / selinux problem
...(4 rotations) empty log files are not rotated, old logs are removed considering log /var/log/httpd/access_log log needs rotating considering log /var/log/httpd/error_log log needs rotating considering log /var/log/httpd/ssl_access_log log does not need rotating considering log /var/log/httpd/ssl_error_log log does not need rotating considering log /var/log/httpd/ssl_request_log log does not need rotating considering log /var/log/httpd/suexec.log log does not need rotating rotating log /var/log/httpd/access_log, log->rotateCount is 4 dateext suffix '-20181111' glob pattern '-[0-9...
2006 Aug 16
1
Re: 400 Bad Request error from svn
It's nice to see that the OS where CentOS gets its sources from also experiments the same error! I have been very busy lately so I haven't had the time to deal with the problem, probably later this week or early next week. As soon as I find something Ill let you know. Hopefully you'll do the same if you come across the solution first. PS. Forwarding this message to the mailing
2017 Sep 04
5
selinux denial of cgi script with httpd using ssl
...missive mode but fails with selinux in enforcing > mode. > > The problem I have is that I can not find where the selinux error > message is being recorded. > > It does not appear to be in the /var/log/messages > or /var/log/audit/audit.log. I do not get > any /var/log/httpd/ssl_error_log entries. I do get a successful entry > into /var/log/httpd/ssl_access_log and ssl_request_log when selinux is > in permissive mode, but not when selinux is in enforcing mode. > > The only place I can see that I am getting an error message is in the > /var/log/httpd/error_log which is...