Welcome Guest, Not a member yet? Register   Sign In
Internal Server Error Lamp
#1

[eluser]jairoh_[/eluser]
Hi everyone, as i setup my site in the local server w/ the base_url of http://127.0.0.1/wine-foundation, it showed an error:
Quote:Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache/2.2.22 (Ubuntu) Server at 127.0.0.1 Port 80
any idea how to solve this error? i have this /etc/apache2/sites-available/default
Code:
<VirtualHost *:80>
        ServerAdmin [email protected]

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

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        <Directory "/usr/lib/cgi-bin">
                AllowOverride All
                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
</VirtualHost>

tnx.


Messages In This Thread
Internal Server Error Lamp - by El Forum - 11-17-2013, 07:38 PM
Internal Server Error Lamp - by El Forum - 11-18-2013, 08:42 AM
Internal Server Error Lamp - by El Forum - 11-18-2013, 08:14 PM
Internal Server Error Lamp - by El Forum - 11-18-2013, 08:39 PM
Internal Server Error Lamp - by El Forum - 11-18-2013, 10:18 PM
Internal Server Error Lamp - by El Forum - 11-18-2013, 10:47 PM
Internal Server Error Lamp - by El Forum - 11-19-2013, 02:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB