11-17-2013, 07:38 PM
[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:
tnx.
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 Errorany idea how to solve this error? i have this /etc/apache2/sites-available/default
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] 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
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.