I have my own server instance which is centos 5.7 and have installed apache some time ago. Now I noticed that my log files are rotating.
While setting up the Apache HTTP server in AIX, I never realize there is a log file, access_log, located at /var/log/httpd. This file is keep growing until 600+ MB, I am not able to keep track of its growing and may bring other issues in the future, may I know can I stop growing the file?
I want to parse access_log and error_log of multiple apache server. But I don't know the LogFormat while parsing the logs. So before that I want to know the LogFormat which has been configured in each Apache.
One way is I can parse first httpd.conf and Find LogFormat and CustomeLog" string and get the log format.
Hi Foks,
I'm stuck with getting my webserver to work with https.
I've trawled the internet looking for guidance but haven't found anything as yet. So am trying here.I would like to know how to filter out certain entries in an access_log apa... [by fantalimon]
I have installed MySQL and PHP, and I tried restarting apache and here what happens when I run # service httpd restart:
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 17 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp5.so into server: /usr/lib64/libmysqlclient.so.18: file too short
I have spent the who
After installing PHP, Apache's httpd.conf file is having trouble with "line 53" when starting the Apache service.
If I comment out this line I get no errors and Apache configtest passes. Line 53 is the module for PHP. There is a matching .so file in that location. The httpd.conf line seems ok.
LoadModule php4_module libexec/httpd/libphp4.so
I am trying to install apache 2.2.22 on Solaris 10 but getting below error message when starting apache:
/etc/init.d/apache2 start
Server type is set to [HTTP]
running /opt/apache/conf/startup.pl for groups shared mem
Starting Apache HTTPD service with SSL disabled
httpd: Syntax error on line 454 of /usr/local/apache2/conf/httpd.conf: Syntax error on line 9 of /opt/apache/conf/localserver
I'm trying to enable WordPress to upload files to the wp-content folder without setting permissions for the folder to 777. However, I'm having some difficulties.
The group and user set for the wp-content folder match the group and user Apache is configured to be using in httpd.conf.