
8th June 2008, 16:31
|
|
Member
|
|
Join Date: Dec 2007
Posts: 82
Thanks: 7
Thanked 1 Time in 1 Post
|
|
how to access to personal web pages that uploaded in a ftp account?
Hi,
By using fireFTP, I login to various ftp accounts that has been created in ISPconfig and upload anything I want.
But how can I access to my personal page by browser? 
I test "www.mydomain.com/~user1" and "www.mydomain.com/users/user1" but ISPconfig say "403 Error- Forbidden!"
where is the problem?
Thanks,
__________________
freesqrt
|

9th June 2008, 12:19
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Take a look at chapter 2.2.9 on http://ispconfig.org/downloads/manua...nde_en_src.htm
If it still doesn't work, are there any errors in Apache's error log? Which distribution are you using?
|

10th June 2008, 12:23
|
|
Member
|
|
Join Date: Dec 2007
Posts: 82
Thanks: 7
Thanked 1 Time in 1 Post
|
|
Dear Falko,
I cheched /var/log/httpd/error_log but nothing was there except "[error] an unknown filter was not added: PHP".
what should be there about this problem?
I use fedora core 8 (version 2.6.23) with ISPconfig 2.2.23.
Thank you for your attentions,
Edit:
I checked "/home/web2/log/error.log" and found the following error:
###################################
[Wed Jun 11 11:58:17 2008] [error] [client 80.0.0.27] Directory index forbidden by Options directive: /home/web2/user/user1/web/
###################################
permission for "web" folder of user1 is 775.
permission for its contents (index.html) is 664
what it meant?
__________________
freesqrt
Last edited by freesqrt; 11th June 2008 at 11:44.
|

11th June 2008, 12:51
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
At the end of your Apache configuration you should see something like this:
Code:
<Directory /home/*/user/*/web>
Options +Includes -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
Change it to
Code:
<Directory /home/*/user/*/web>
Options +Includes +Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
and restart Apache.
|

15th June 2008, 06:57
|
|
Member
|
|
Join Date: Dec 2007
Posts: 82
Thanks: 7
Thanked 1 Time in 1 Post
|
|
It works!!!!!!! 
Thank you very much Falko,
__________________
freesqrt
|

30th July 2008, 08:35
|
|
Senior Member
|
|
Join Date: Jun 2006
Location: Germany, Kaarst
Posts: 152
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
if -indexes is standard here for ispconfig, is it ok to deactivate autoindex_mod for apache because its useless (if i do no changes in config)? Or will -indexes only work if autoindex is active?
|

31st July 2008, 18:04
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
I haven't tried this, but possibly you get a syntax error if you disable mod_autoindex.
|

31st July 2008, 19:00
|
|
Senior Member
|
|
Join Date: Jun 2006
Location: Germany, Kaarst
Posts: 152
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
so -indexes is implementing ispconfigs own function to disable autoindex for apache/web-dirs? I have tested now with reenabling autoindex and the -indexes does the job...right?
(would be a nice feature in web-administration to en/disable this for the admin maybe?)
|

1st August 2008, 13:48
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Quote:
Originally Posted by schmidtedv
so -indexes is implementing ispconfigs own function to disable autoindex for apache/web-dirs?
|
No, that's standard Apache syntax, nothing ISPConfig-specific.
|

1st August 2008, 14:19
|
|
Senior Member
|
|
Join Date: Jun 2006
Location: Germany, Kaarst
Posts: 152
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
ok, thx...well after postfix apache2 will be my next lecture... :-)
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 20:52.
|
Recent comments
18 hours 28 min ago
23 hours 27 min ago
1 day 53 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
2 days 5 min ago
2 days 1 hour ago