did you install php?

On Sat, Jul 30, 2011 at 3:44 AM, Scott Berry <scottbb1973 at gmail.com> wrote:

> 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
> ______________________________**_________________
> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
> tclug-list at mn-linux.org
> http://mailman.mn-linux.org/**mailman/listinfo/tclug-list<http://mailman.mn-linux.org/mailman/listinfo/tclug-list>
>



-- 
Ben Lutgens
Linux / Unix System Administrator

Three of your friends throw up after eating chicken salad.  Do you think:
"I should find more robust friends" or "we should check that refrigerator"?
       -- Donald Becker, on vortex-bug, suspecting a network-wide problem
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20110730/920c5d1e/attachment.html>