I'm working on setting up Trac to use wsgi, and am running into trouble getting mod_wsgi working. I downloaded and installed mod_sgi.
I'm quite competent at searching out solutions from the incredibly helpful regular posters, but this one is eluding me.
Upgraded from f14->f16->f17.
Upgrades went well generally, had all server services disabled (httpd, fuppes, mysql, trasmission-daemon)
Upon restarting httpd I get the following failure:
httpd[8430]: httpd: Syntax error on line 207 of /etc/httpd/conf/httpd.conf: Syn
I just made a change to my PHP.ini file. (my Linux dist is CentOS).
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
When I try to start httpd service by running:
/etc/rc.d/init.d/httpd start
I get:
Starting httpd: /usr/sbin/httpd: symbol lookup error: /usr/lib64/libaprutil-1.so.0: undefined symbol: apr_os_uuid_get
Any ideas? I'm running CentOS release 6.3 (Final)
hi i tried to install google speed mod on my (MT) DV server and i got this error while trying to restart the httpd can anyone help
Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.d/pagespeed.conf: Cannot load /usr/lib/httpd/modules/mod_pagespeed.so into server: /usr/lib/httpd/modules/mod_pagespeed.so: wrong ELF class: ELFCLASS32
I followed this
i havent been able to get any of my domains to come up ..
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
Okay, so I have apache running, and I need to set up Subversion along with it.