hello there,

I am still having problems seeing php code in Apache.  I have added the 
following to the  setes-enabled 000-default in Ubuntu.  I looked around 
but can't seem to see the library where php would load from either and 
as you can tell I have a load statement but when I loade Apache refuses 
to load I am assuming probably because it can't find the library to 
load.  Is there an actual packaged file that i need from the Ubuntu repos?

Thanks for the help.





<VirtualHost *:80>
     ServerAdmin webmaster at localhost

     DocumentRoot /var/www
<Directory />
         Options FollowSymLinks
         AllowOverride None
</Directory>
<Directory /var/www/>
         Options Indexes FollowSymLinks MultiViews
         AllowOverride None
         Order allow,deny
         allow from all
</Directory>

     ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
         AllowOverride None
         Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
         Order allow,deny
         Allow from all
</Directory>

     ErrorLog ${APACHE_LOG_DIR}/error.log

     # Possible values include: debug, info, notice, warn, error, crit,
     # alert, emerg.
     LogLevel warn

     CustomLog ${APACHE_LOG_DIR}/access.log combined

     Alias /doc/ "/usr/share/doc/"
<Directory "/usr/share/doc/">
         Options Indexes MultiViews FollowSymLinks
         AllowOverride None
         Order deny,allow
         Deny from all
         Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>

#LoadModule php5_module libexec/libphp5.so
AddType application/x-httpd-php .php
</VirtualHost>

-- 
Scott Berry
E-mail Address: scottbb1973 at gmail.com
Repeater Book Admin for the following states: north and South Dakota, 
Wisconsin, Minnesota, Iowa
Computer Certs: MCP, A+ Certified