does this look right?

Problems with the Linux version of XAMPP, questions, comments, and anything related.

does this look right?

Postby hart02 » 12. October 2009 04:29

I am having a problem. I cant access any web subdirectories in /htdoc with localhost especially

/ajaxterm
/torrentflux
/ampache

I always get this
Code: Select all
Failed to Connect

     

     
     
     

     
       
       

         

Firefox can't establish a connection to the server at localhost.

       


       
       

Though the site seems valid, the browser was unable to establish a connection.

    * Could the site be temporarily unavailable? Try again later.
    * Are you unable to browse other sites?  Check the computer's network connection.
    * Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browser


and /ampache appeared blank when it worked

My httpd-vhost.conf file
Code: Select all
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
NameVirtualHost *:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost *:80>
    ServerAdmin webmaster@dummy-host.example.com
    DocumentRoot /www/docs/dummy-host.example.com
    ServerName dummy-host.example.com
    ServerAlias www.dummy-host.example.com
    ErrorLog logs/dummy-host.example.com-error_log
    CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>

<VirtualHost *:80>
    ServerAdmin webmaster@dummy-host2.example.com
    DocumentRoot /www/docs/dummy-host2.example.com
    ServerName dummy-host2.example.com
    ErrorLog logs/dummy-host2.example.com-error_log
    CustomLog logs/dummy-host2.example.com-access_log common
</VirtualHost>

#<VirtualHost *:80>
#ServerName apache manual
#ServerAlias /manual
#DocumentRoot /usr/share/doc/apache2-doc/manual/
#</VirtualHost>

<VirtualHost *:80>
ServerName localhost
ServerAlias http://localhost/index.php
DocumentRoot /opt/lampp/htdocs
</VirtualHost>

<VirtualHost *:80>
ServerName 192.168.1.194
ServerAlias http://192.168.1.194/index.php
DocumentRoot /opt/lampp/htdocs
</VirtualHost>

<VirtualHost *:80>
ServerName hartco.blogsite.org
ServerAlias http://hartco.blogsite.org/index.php
DocumentRoot /opt/lampp/htdocs
</VirtualHost>

<VirtualHost *:80>
ServerName torrentflux
ServerAlias /torrentflux
DocumentRoot /usr/share/torrentflux/www
AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</VirtualHost>

<VirtualHost *:80>
ServerName ampache
ServerAlias /ampache
DocumentRoot /usr/share/ampache/www
AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</VirtualHost>

<VirtualHost *:80>
ServerName ajaxterm
ServerAlias /ajaxterm
DocumentRoot /usr/share/ajaxterm
AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</VirtualHost>


I run 1.7.2 on linux
Help would nice
hart02
 
Posts: 1
Joined: 12. October 2009 04:07

Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 56 guests