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

Channels


#apache

30 December 2007


Total 11 pages. You are browsing page 2/11.

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

01:29 <****> The requested URL /postfixadmin was not found on this server.
01:29 <****> funky: what I want is, you know when you go into a directory and there's no index page, it just lists the files? I want to style that with a stylesheet, is it possible?
01:29 <****> it doesnt seem to wana display it
01:29 <****> says its not found
01:34 <****> IndexStylesheet
01:34 <****> IndexStylesheet is http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#indexstylesheet or not in 1.x and 2.0
01:34 <****> BlaenkDenum: ¨
01:34 <****> BlaenkDenum:
01:34 <****> err, well, that is for you
01:35 <****> yango: thanks, that's what I was thinking about
01:40 <****> hmm it wont work :/
01:40 <****> i dont get it
01:40 <****> i folled apache doc
01:40 <****> followed*
01:41 <****> Naphidia: why you said /var/local/www and then /usr/local/www ?
01:41 <****> oh yeah i ment /usr
01:41 <****> man, the second I put in this .htaccess file in my folder with the line "IndexStyleSheet "dirs.css"" I get a 404 error when I access that directory
01:42 <****> or not in 1.x and 2.0
01:42 <****> here is what i got
01:42 <****>
01:42 <****> Options Indexes
01:42 <****> AllowOverride AuthConfig
01:42 <****>
01:42 <****> Options +Indexes allows a directory listing to be displayed if there is no index document in the directory the user requested.
01:42 <****> tells Apache that authentication/authorization directives are permitted in .htaccess files.
01:42 <****> what version are you using
01:42 <****> and what happens, Naphidia ?
01:42 <****> Atlantis# pwd
01:42 <****> Atlantis#
01:42 <****> ./usr/local/www/postfixadmin
01:42 <****> thats the dir its located
01:42 <****> i restarted apache
01:43 <****> and when i try to http://www.greatcanadianhost.com/postfixadmin
01:43 <****> it says it doesnt exist
01:43 <****> im sure i did it right
01:43 <****> step one
01:43 <****> whatever the problem, step one is to look in the error log (and any other logs that may apply, such as suexec, mod_rewrite, or mod_security).
01:44 <****> [Sun Dec 30 00:39:12 2007] [error] [client 70.65.128.102] File does not exist: /usr/local/www/apache22/data/postfixadmin
01:44 <****> its looking for it in the wrong place
01:44 <****> wtf
01:44 <****> its gotta be something else in the httpd.conf
01:44 <****> ...
01:46 <****> Naphidia: your documentroot is /usr/local/www/apache22/data/
01:46 <****> yeah
01:46 <****> but i made a directive to point else where
01:46 <****> well, you either need a virtual host or a symbolic link or change the docroot
01:46 <****> documentroot
01:46 <****> DocumentRoot specifies where apache should look for content. See: http://httpd.apache.org/docs/2.2/mod/core.html#documentroot or http://httpd.apache.org/docs/2.0/mod/core.html#documentroot or default layout.
01:47 <****> adding that directory directive doesn't make apache serve content from there
01:47 <****> it just sets those options for the directory
01:47 <****> but DOES NOT tell it it should show content from there
01:47 <****> DocumentRoot "/usr/local/www/apache22/data"
01:47 <****> if i change this will it fuck up my website ?
01:47 <****> The easiest thing would be to put postfix admin inside the docroot
01:48 <****> would a symbolic link work ?
01:48 <****> i don't want to put it in root
01:48 <****> yeah, adding an Options +FollowSymlinks for the document root
01:49 <****> hey yango if I have http://paste.jorgepena.be/300 , how can I make it so it doesn't apply to directory '/downloads'
01:51 <****> nice it works
01:51 <****> heh i don't know why i didnt think of a symlink earlier
01:52 <****> mod_rewrite
01:52 <****> mod_rewrite is http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html or http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html or see http://rewrite.drbacchus.com/
01:52 <****> RewriteCond !^downloads
01:52 <****> oh, thanks yango I appreciate it!
01:52 <****> no, sorry
01:53 <****> yeah?
01:53 <****> RewriteCond %{REQUEST_URI} !^downloads
01:53 <****> alright, thanks again I really appreciate it
01:54 <****> RewriteCond %{REQUEST_URI} !^downloads$ <--- that's more precise even
02:10 <****> I am trying to get this mod rewrite config to work: http://apache.pastebin.ca/838000
02:28 <****> anyone good with mod rewrite and back references?
02:29 <****> how do I get all requests to / to redirect to /mydir
02:30 <****> mod_rewrite or mod_alias ?
02:32 <****> RedirectMatch ^/$ /mydir
02:33 <****> if not in htaccess
02:33 <****> if in htaccess or inside Directory tag it would become RedirectMatch ^$ /mydir
02:33 <****> iirc
02:33 <****> yango: worked. thanks.
02:34 <****> User201: and what's the problem, at first sight it looks good
02:42 <****> [crit] (OS 6)The handle is invalid. : Apache2.2: Failed to start the service process.
02:42 <****> i keep getting that error, and i have no clue how to fix it, i searched around no fixes
02:46 <****> is this not valid ? ScriptAlias ^/$ "/usr/share/moin/mywiki/moin.cgi"
02:47 <****> ScriptAliasMatch works though. thx
02:47 <****> osmosis can you help me out
02:48 <****> hmm...well it kinda worked.
02:48 <****> nullrewt: when do you get that error ? what OS ?
02:48 <****> i get that error whenever i restart and start apache, and im running WinXp
02:50 <****> nullrewt: well..its probably related to XP.
02:50 <****> nullrewt: Im all linux here.
02:51 <****> oh ok
02:55 <****> so here is my issue.
02:55 <****> Right now I am using these,
02:55 <****> Alias /wiki "/usr/share/moin/htdocs"
02:55 <****> ScriptAlias /mywiki "/usr/share/moin/mywiki/moin.cgi"
02:56 <****> my site works...but I dont want to have to type wiki.mysite.com/mywiki to get to the wiki. I just want to type wiki.mysite.com
02:56 <****> but when I try to configure that, it breaks the /wiki alias.
02:56 <****> any suggestions appreciated
02:57 <****> anyone here good with mod rewrite and back references
03:00 <****> this might have the answer, http://moinmoin.wikiwikiweb.de/HelpOnInstalling/ApacheWithModPython#head-e7e935fbfb5a81ceb0698ef82b5b7a897aa5e157
03:11 <****> aha! got it working.


Total 11 pages. You are browsing page 2/11.

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


Tutti i nuovi CAP Italiani. Come ottenere il database completo