Re: [expert] a long standing probelm .... apache site on a win32 part...

2002-04-09 Thread Alexander Skwar

»faisal gillani« sagte am 2002-04-08 um 21:03:58 -0700 :
 what might be causing this ?

How are you trying to access your site?  How did you setup the aliases?
What are the permissions on the directories up to the directory holding
your site?

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 0 hours 27 minutes



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] a long standing probelm .... apache site on a win32 part...

2002-04-09 Thread faisal gillani
 well i havent tried a symbolic link .. but have edited he documentroot entry in httpd.conf 
can you tell me how to do this symbolic link ?

thanks
Faisal
 KevinO [EMAIL PROTECTED] wrote: 
faisal gillani wrote: but it seems it only works when i copy the whole site into /var/www/html  which i dont want ..  what might be causing this ?Have you tried to make a symbolic link under /var/www/html that points to your fat directory ? How about changing the Document_Root entry in httpd.conf ?KevinOWant to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber *º¤., ¸¸,.¤º*¨¨*¤Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax

Re: [expert] a long standing probelm .... apache site on a win32 part...

2002-04-09 Thread faisal gillani
 well i didnt have any alias .. the whole fat partitoon have full read  write access as defined in the fstab .
 i am accessing the site from both locally  from other workstations ...
thanks
faisal
 Alexander Skwar [EMAIL PROTECTED] wrote: 
»faisal gillani« sagte am 2002-04-08 um 21:03:58 -0700 : what might be causing this ?How are you trying to access your site? How did you setup the aliases?What are the permissions on the directories up to the directory holdingyour site?Alexander Skwar-- How to quote: http://learn.to/quote (german) http://quote.6x.to (english)Homepage: http://www.iso-top.de | Jabber:  [EMAIL PROTECTED]iso-top.de - Die günstige Art an Linux Distributionen zu kommenUptime: 0 hours 27 minutesWant to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber *º¤., ¸¸,.¤º*¨¨*¤Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax

[expert] a long standing probelm .... apache site on a win32 part...

2002-04-08 Thread faisal gillani

Well it has been almost a week i havent been able to
solve this problem .. well i have my website residing
on a local fat32 partition .. but my apache webserver
is unable to pick it up i have played around with the
fstab  given all user read  write perrmossion to the
website but still it says 

Forbidden
You don't have permission to access / on this server.

Apache-AdvancedExtranetServer/1.3.23 Server at
clickonline.net Port 80

i even tried copying the website on my linux partition
in a user directory  giving it read  write access 
making it a apache user, group owner file ..
but it seems it only works when i copy the whole site
into /var/www/html  which i dont want ..

what might be causing this ?
anyone ?

=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber *º¤., ¸¸,.¤º*¨¨*¤

__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] a long standing probelm .... apache site on a win32 part...

2002-04-08 Thread Vincent Danen

On Mon Apr 08, 2002 at 09:03:58PM -0700, faisal gillani wrote:

 Well it has been almost a week i havent been able to
 solve this problem .. well i have my website residing
 on a local fat32 partition .. but my apache webserver
 is unable to pick it up i have played around with the
 fstab  given all user read  write perrmossion to the
 website but still it says 
 
 Forbidden
 You don't have permission to access / on this server.
 
 Apache-AdvancedExtranetServer/1.3.23 Server at
 clickonline.net Port 80
 
 i even tried copying the website on my linux partition
 in a user directory  giving it read  write access 
 making it a apache user, group owner file ..
 but it seems it only works when i copy the whole site
 into /var/www/html  which i dont want ..
 
 what might be causing this ?
 anyone ?

The below is a diff of my old commonhttpd.conf and my new
commonhttpd.conf... this should correct the error (if you're not
familiar with patch/diff, the lines prefixed by - are the old lines,
the + are the new lines)... in other words, I'm commenting this
stuff out.  This starts at line 33 in a stock
/etc/httpd/commonhttpd.conf file.  Try this and restart apache once
you've saved the file and see if it works.

--- commonhttpd.conf~   Wed Apr  3 14:24:09 2002
+++ commonhttpd.confWed Apr  3 14:24:09 2002
 -33,12 +33,12 
 #/Directory
 
 #Restricted set of options 
-Directory /
-  Options -All -Multiviews
-  AllowOverride None
-  Order deny,allow
-  Deny from all
-/Directory
+#Directory /
+#  Options -All -Multiviews
+#  AllowOverride None
+#  Order deny,allow
+#  Deny from all
+#/Directory
 
 
 #



-- 
MandrakeSoft Security; http://www.mandrakesecure.net/
lynx -source http://www.freezer-burn.org/bios/vdanen.gpg | gpg --import
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD

Current Linux kernel 2.4.18-6mdk uptime: 13 days 23 hours 33 minutes.



msg52359/pgp0.pgp
Description: PGP signature


Re: [expert] a long standing probelm .... apache site on a win32 part...

2002-04-08 Thread Pierre Fortin

On Mon, 8 Apr 2002 21:03:58 -0700 (PDT) faisal gillani [EMAIL PROTECTED]
wrote:

 Well it has been almost a week i havent been able to
 solve this problem .. well i have my website residing
 on a local fat32 partition .. but my apache webserver
 is unable to pick it up i have played around with the
 fstab  given all user read  write perrmossion to the
 website but still it says 
 
 Forbidden
 You don't have permission to access / on this server.
 
 Apache-AdvancedExtranetServer/1.3.23 Server at
 clickonline.net Port 80
 
 i even tried copying the website on my linux partition
 in a user directory  giving it read  write access 
 making it a apache user, group owner file ..
 but it seems it only works when i copy the whole site
 into /var/www/html  which i dont want ..

Which?  Not whole site, or not in /var/www/html?

Without knowing what you really intend, this sounds like a symbolic link
might be what you need:

  ln -s /mnt/windows/somepath /var/www/html/myfatdisk
  http://clickonline.net/myfatdisk/somefile

This works with ext2; and I'm assuming it should work with FAT32 too... 
but, without /somefile, you could get the error...  see below.

 what might be causing this ?
The config file.  There are various failure modes...  For example,
Options -Indexes or Options without Indexes will give you the above
error if you try to get a directory listing; like when there is no default
(index.*, etc) file therein.

 anyone ?

HTH,
Pierre
 
 
 =
 *__., __,.__*___*_ Allah-hu-Akber *__., __,.__*__*_




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] a long standing probelm .... apache site on a win32 part...

2002-04-08 Thread Ray Warren



On 8 Apr 2002 at 21:03, faisal gillani wrote:

 i even tried copying the website on my linux partition
 in a user directory  giving it read  write access 
 making it a apache user, group owner file ..
 but it seems it only works when i copy the whole site
 into /var/www/html  which i dont want ..
 
 what might be causing this ?
 anyone ?

The default root directory for Apache is now /var/www/html, If you want to use 
a directory that is not under that tree , you need to either put a symbolic link 
in that directory that points to the one want use or change the DocumentRoot 
setting in /etc/httpd/conf/commonhttpd.conf.If you change the DocumentRoot 
setting it affects the entire directory tree that apache uses  may have 
unanticipated side effects so I'd recommend using a symbolic link.

Ray Warren




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com