ispCP - Board - Support
index.html - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: index.html (/thread-1687.html)

Pages: 1 2 3


index.html - scoutsniper - 11-02-2007 02:20 AM

Hi,I have this problem:
When i create domain there is index.html
This is the default page for coolside.org. This page was generated automatically via ispCP Omega. Please upload your own index.html file.

If you are the Administrator of this domain, please login here
right?

But when i delete it it is steel there ??? How to fix that

Please look this:

http://store.picbg.net/pubpic/D6/53/f65842785615d653.JPG


RE: index.html - ephigenie - 11-02-2007 03:56 AM

this cannot be - perhaps you're redirected to the default page of the server ?

But normally if you remove the index.html you get 403 because Directory Listing for Document Root is not allowed...

Would be nice if you can take a look in your access.logs what's happening there and from which domain the file is actually beeing served.


RE: index.html - scoutsniper - 11-02-2007 04:20 AM

Look now.... I create account from general domain sub.domain.com in the sam time i create general domain folder etc.. if i uploud there index in domain.tld this page is show to sub domain... Help me to fix it...

Look this....
http://store.picbg.net/pubpic/D6/53/f65842785615d653.JPG


RE: index.html - joximu - 11-02-2007 09:34 AM

now a "TEST" appears under zoom.coolsite.org - is this solved?


RE: index.html - scoutsniper - 11-03-2007 06:01 AM

No i put old trunk from 8 month and it's ok but there is ok with fcgi i need to upgrade to trunk 825


RE: index.html - scoutsniper - 11-05-2007 06:12 AM

The problem is steel here Im usin last trunk for today and Debian 4 .

Please look screenshot.

http://store.picbg.net/pubpic/C1/32/4f119aa936c3c132.jpg


RE: index.html - joximu - 11-05-2007 06:52 AM

Hi scoutsniper

ok, lets see. Can you put the output of some commands here...


apache2ctl -S

ls -la /var/www/virtual/coolside.org/htdocs/


/Joxi


RE: index.html - scoutsniper - 11-05-2007 08:49 AM

apache2ctl -S:
VirtualHost configuration:
88.80.114.213:80 is a NameVirtualHost
default server admin.i1.coolside.org (/etc/apache2/sites-enabled/00_master.conf:6)
port 80 namevhost admin.i1.coolside.org (/etc/apache2/sites-enabled/00_master.conf:6)
port 80 namevhost coolside.org (/etc/apache2/sites-enabled/ispcp.conf:55)
port 80 namevhost test.coolside.org (/etc/apache2/sites-enabled/ispcp.conf:157)
Syntax OK






ls -la /var/www/virtual/coolside.org/htdocs/
total 16
drwxrwxr-x 3 vu2002 vu2002 4096 2007-11-06 00:07 .
drwxrwx--- 8 vu2002 www-data 4096 2007-11-06 00:07 ..
drwxr-xr-x 2 vu2002 vu2002 4096 2007-11-06 00:02 images
-rw-r--r-- 1 vu2002 vu2002 3314 2007-11-06 00:07 index.html

Look when i create new account example test.coolside.org. Test.coolside.org index from coolside.org .... Not from it own folder. If sombody not want to buy domain and want subdomain what should I do?

Thanks in advance


RE: index.html - Cube - 11-05-2007 09:32 AM

I think this is because of the ServerAlias-wildcard in the config of the domain coolsite.org. You should have something like this in the config:
Code:
ServerAlias     www.coolsite.org coolsite.org *.coolsite.org
If you delete *.coolsite.org in /etc/apache2/sites-available/ispcp.conf and /etc/ispcp/apache/working/ispcp.conf, it should work.


RE: index.html - joximu - 11-05-2007 10:04 AM

apache.. ok

ls -la:
the index.html is there - if you replace it with sth. else, this will be the new website...

Quote:Look when i create new account example test.coolside.org. Test.coolside.org index from coolside.org .... Not from it own folder. If sombody not want to buy domain and want subdomain what should I do?

hm, maybe it will be ok, if you check the ServerAlias setting from coolside.org - remove the *.coolside.org and make a copy of the ispcp.conf file to /etc/ispcp/apahce2/working so it won't be overwritten with the next changes.

Seems to be a problem with the order of the virtualhosts...

/J

Upd: as Cube already wrote :-)