Home Page   #c  #javascript  #openmoko  #php  #apache  #mysql  #ruby-lang  #cisco  #java  #perl   Wallpapers Girl
Reliable $1 Web Hosting by 3iX

Channels


#apache

25 December 2007


Total 6 pages. You are browsing page 1/6.

First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last

--- Log opened Tue Dec 25 00:00:17 2007
--- Day changed Tue Dec 25 2007
00:00 <****> Sequence: client, server AND a response....
00:02 <****> why would apache .htaccess allow me to login and see a page but not go to subdirectorys or access other files?
00:02 <****> due to further .htaccesses in subdirs
00:02 <****> lamp: kay thanks.. idd there has to be a request from the client ...damn ... how do the hotels do that.. hmzzz
00:02 <****> like when i try to download it gives me a 403
00:03 <****> ok but in the main DIR i have .htaccess it will not allow me to download files
00:03 <****> 403 error
00:03 <****> 403
00:03 <****> 403 is Forbidden or don't forget to look in the error log
00:03 <****> auth
00:03 <****> Take a look at http://httpd.apache.org/docs/2.2/howto/auth.html or http://wiki.apache.org/httpd/PasswordBasicAuth for some basic examples!
00:03 <****> take a look there
00:03 <****> Sequence: proxy/application that requires you to authenticate before you can access "teh interweb"
00:03 <****> Options Indexes FollowSymLinks MultiViews
00:03 <****> AllowOverride All
00:03 <****> AllowOverride All is a really bad idea, because it implies AllowOverride Options, which lets people do stuff like Options FollowSymlinks and Options ExecCGI, even though they are explicitly disabled in the main config.
00:05 <****> lamp: tanks.. will look into that angle + merry Xmas
00:07 <****> still nobody who can help me with my DAV_FS problem?
00:09 <****> Can I make a Directory directive that will fire always _except_ when in a certain directory?
00:11 <****> hm
00:12 <****> yango its still not working
00:12 <****> im logged in and all just will not allow me to download files
00:12 <****> 403 error
00:12 <****> .htaccess works i just must be missing a certain option
00:14 <****> mrrcp: took a look, read and understood?
00:14 <****> dude ive read everywhere
00:17 <****> is it necessary to create the DavLock database manually or what does it create?
00:33 <****> Merry Christmas!
00:33 <****> Merry Christmas! is Dthere a way to edit stuNNed's ssl certificate so that it is correct?
00:35 <****> I'm tryin to configure mod_rewrite. phpinfo is showing than mod_rewrite is loaded, but really is not working.
00:36 <****> I know than .htaccess is ok, because is working perfect on another server.
00:37 <****> Which user rights should have .htaccess? I have 644 owned by www-data.
00:37 <****> so long as apache canread them, that is fine
00:39 <****> Apache is running with www-data username, so apache can read .htaccess for sure.
00:40 <****> htaccess use
00:40 <****> f you have access to httpd.conf, there is no reason to use htaccess. You can get a significant performance boost disabling htaccess altogether with AllowOverride None. Your RewriteRules will be simpler too!
00:42 <****> I'm running my php project with VirtualHost, so it's better for me to use .htaccess files.
00:42 <****> why is it?
00:44 <****> Because i have many others projects. This is good for keeping projects in order and make easier to configure project on Internet server with just copying .htaccess files without digging in apache config files.
00:45 <****> tosh
00:45 <****> In my Virtual host i have AllowOverride All.
00:46 <****> Why is not working? Which reasons can be?
00:47 <****> that is fine, but are you awu ware of the downsides to using htaccess files?
00:47 <****> aware*
00:49 <****> What you mean?
00:50 <****> Which downsides?
00:50 <****> yeah, "it's not working" is a common downside.
00:50 <****> slower
00:50 <****> heh
00:52 <****> Hmm, so, it's working slower, or not working at all? Confused...
00:52 <****> both
00:53 <****> htaccess is really used, to offer users ways to perform basic controlling configs for their site
00:53 <****> not for an administrator to use
00:53 <****> thought they can be, of course
00:55 <****> if you are using rewrite rules in your htaccess files, then dont forget that htaccess file are relative to the location they are in
00:55 <****> yes, i'm using rewrite rules
00:56 <****> i just mving to debian from winxp
00:56 <****> on windows i used apache with mod_rewrite and virtual hosts
00:57 <****> worked perfect
00:57 <****> now i'm on debian just tryin to make my project working
00:57 <****> i did installed apache with php and mysql
00:58 <****> copied my project with changing owner to www-data
00:58 <****> created virtual host
00:58 <****> virtual host is working perfect
00:58 <****> only rewrite rules didn't working
00:59 <****> also on fc4 server is working fine
00:59 <****> why is not working in debian this is secret for me
01:00 <****> debian
01:00 <****> debian is "we complicate it for you so you don't have to" or see /usr/share/doc/apache*/README.Debian* or http://wiki.apache.org/httpd/DebianLikePlatform
01:17 <****>" and adds it to /var/www/$Location. How can i set another location beyond my /var/www folder because i dont want anybody to see this through normal http.
01:18 <****> alias
01:18 <****> alias is http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias
01:19 <****> on svn really means that path absolutely and not relative to /var/www
01:21 <****> pleed: no. location block with svn stuff maps url location to some svn stuff in filesystem
01:24 <****> fajita: Is therea way to trace how some rewrite rule is working? Is there some logs for rewrite rules?
01:29 <****> lamp: okay so what i want is beeing able to access dav like svn but not being able to see the folder on my webpage
01:29 <****> RewriteLog?
01:29 <****> RewriteLog is http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewritelog http://httpd.apache.org/docs/mod/mod_rewrite.html#rewritelog. Use this logging to help design and track rewrite; see also rewriteloglevel; and cannot be used from .htaccess
01:31 <****> Ok, thanks a lot!
01:31 <****> Merry Christmas!
01:31 <****> Bah, Humbug.
01:32 <****> feliz navidad
01:32 <****> the fajita don't know that one?
01:32 <****>". the absolute path is /home/dav/pleed/foxmarks.
01:39 <****> or is there a possibility to hide this directory so that normal visitors wont see the /var/www/dav directory?
01:40 <****> you are over-complicating things
01:41 <****> growltiger: ok so how is it easier?
01:51 <****> the Alias is not really what i want since it just maps an URL to a path on the filesystem. i just want to be able to read/write my dav via dav and not via normal unauthenticated http
01:51 <****> right
01:51 <****> is there a non-#lamp channel for general lamp installation/configuration/management support?
01:51 <****> just use a location to protect it
01:51 <****> famp
01:53 <****> growltiger: well i already have created a location: http://rafb.net/p/jeleW016.html (ignore things like svn they were copy n pasted from other location)
01:54 <****> hi
01:55 <****> since where are config macros supported on apache?
01:56 <****> since when*
01:57 <****> growltiger: still there?
02:13 <****> okay i made it with changing Location to Directory and using an alias. seems to deny unauthenticated access now-


Total 6 pages. You are browsing page 1/6.

First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last


Tutti i nuovi CAP Italiani. Come ottenere il database completo