[OPEN-ILS-DEV] Ubuntu 7.04 Apache2 don't start

Dan Wells dbw2 at calvin.edu
Wed Jun 6 08:57:38 EDT 2007


Hello Hennie,

I am sorry that things are still not going well for you.  You should take heart in knowing that Apache problems are generally easier to fix than Evergreen ones ;)

Your list of mods enabled looks exactly right.  Unfortunately, there are other places where modules can be loaded which will not show up in this list.  We'll worry about those later.

Based on your errors and your previous statements, your problem would seem to likely be in either the proxy module or the ssl module.  Try this:

sudo a2dismod ssl
sudo a2dismod proxy
sudo /etc/init.d/apache2 force-reload

If Apache now works, try reenabling them one at a time and see what happens.  Who knows, you may get lucky.

If you still have problems in the end, please send along your httpd.conf file, your apache2.conf file, and your ports.conf file, all found in /etc/apache2.

Just to verify, this is on a clean install of Ubuntu 7.04?  Is it desktop or server?  If is server, did you choose the LAMP option on install?  (I wouldn't for this setup)

Thanks,
DW

>>> Hennie Rautenbach <hennie at sabinet.co.za> 6/6/2007 5:15 AM >>>
Not sure how to check but here are the "mods-enabled" for Apache2.

evergreen at ns2:/etc/apache2/mods-enabled$ ls
alias.load            authz_host.load  deflate.conf     disk_cache.load  
negotiation.load  rewrite.load
auth_basic.load       authz_user.load  deflate.load     env.load         
perl.conf         setenvif.load
authn_file.load       autoindex.load   dir.conf         expires.load     
perl.load         ssl.conf
authz_default.load    cache.load       dir.load         include.load     
proxy.conf        ssl.load
authz_groupfile.load  cgi.load         disk_cache.conf  mime.load        
proxy.load        status.load



More information about the Open-ils-dev mailing list