did you install php?<br><br><div class="gmail_quote">On Sat, Jul 30, 2011 at 3:44 AM, Scott Berry <span dir="ltr"><<a href="mailto:scottbb1973@gmail.com">scottbb1973@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
hello there,<br>
<br>
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?<br>

<br>
Thanks for the help.<br>
<br>
<br>
<br>
<br>
<br>
<VirtualHost *:80><br>
    ServerAdmin webmaster@localhost<br>
<br>
    DocumentRoot /var/www<br>
<Directory /><br>
        Options FollowSymLinks<br>
        AllowOverride None<br>
</Directory><br>
<Directory /var/www/><br>
        Options Indexes FollowSymLinks MultiViews<br>
        AllowOverride None<br>
        Order allow,deny<br>
        allow from all<br>
</Directory><br>
<br>
    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/<br>
<Directory "/usr/lib/cgi-bin"><br>
        AllowOverride None<br>
        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch<br>
        Order allow,deny<br>
        Allow from all<br>
</Directory><br>
<br>
    ErrorLog ${APACHE_LOG_DIR}/error.log<br>
<br>
    # Possible values include: debug, info, notice, warn, error, crit,<br>
    # alert, emerg.<br>
    LogLevel warn<br>
<br>
    CustomLog ${APACHE_LOG_DIR}/access.log combined<br>
<br>
    Alias /doc/ "/usr/share/doc/"<br>
<Directory "/usr/share/doc/"><br>
        Options Indexes MultiViews FollowSymLinks<br>
        AllowOverride None<br>
        Order deny,allow<br>
        Deny from all<br>
        Allow from <a href="http://127.0.0.0/255.0.0.0" target="_blank">127.0.0.0/255.0.0.0</a> ::1/128<br>
</Directory><br>
<br>
#LoadModule php5_module libexec/libphp5.so<br>
AddType application/x-httpd-php .php<br>
</VirtualHost><br>
<br>
-- <br><font color="#888888">
Scott Berry<br>
E-mail Address: <a href="mailto:scottbb1973@gmail.com" target="_blank">scottbb1973@gmail.com</a><br>
Repeater Book Admin for the following states: north and South Dakota, Wisconsin, Minnesota, Iowa<br>
Computer Certs: MCP, A+ Certified<br>
______________________________<u></u>_________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org" target="_blank">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/<u></u>mailman/listinfo/tclug-list</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Ben Lutgens<br>Linux / Unix System Administrator<br><br>Three of your friends throw up after eating chicken salad.  Do you think:<br>"I should find more robust friends" or "we should check that refrigerator"?<br>
       -- Donald Becker, on vortex-bug, suspecting a network-wide problem<br><br>