sh*t.... i MUST give the Require group space-separated?
is that a no to splashcache people then btw?
are all require group needed or just one group of them?
Hello all.. i've compiled and installed apache 2.059 on os x.
except when I configured it I didn't do -enable-rewrite
is it possible to set up mod_rewrite afterwards
?
did you enable dynamicaly loaded modules?
not entirely sure, I just followed some instructions. so I'm
guessing not
if not, you won't get away without a recompile
i drive here in a totally insane setup
ok.. i'll do that then. it's no real problem
probably someone got some hints for me
i got one vhost for tracs, and one vhost for svns... but a
specific trac and a specific svn are setting up on the same needed
rights
how i could define that stuff at ONE place? someone an
idea?
is there any exchange channels?
is there any channels for exchange server?
#cementery
#killme or something like that
Getty, you are funny
ah i know it, thanks
My apache returns garbled text in place of my non-english
text. I can see the text when i open the file directly with my web
browser or a text editor but not when apache gives it to
me.
charset
If your non-ASCII characters don't display properly, it
probably means you've set the wrong charset. Ask me about
AddCharset and AddDefaultCharset or If you don't know what charset
to use, try changing it manually in your browser settings until it
displays correctly, then set that in apache.
hi, why apache is returning page.php on request /page and
/page/ and do this before checking rewrite rules?
multiviews
multiviews is http://httpd.apache.org/docs/mod/core.html#options
or http://httpd.apache.org/docs/mod/mod_negotiation.html
or http://httpd.apache.org/docs-2.0/content-negotiation.html
meeting time!
tnx
hmmm.. i'm trying to compile
apache2. I've run sudo ./configure --prefix=/apache2
--enable-mods-shared=ALL - which seems to configure fine
then i do sudo make
ld returned 1 exit status
but still page.php is requested on /page/ ...
directoryindex
directoryindex is http://httpd.apache.org/docs/2.0/mod/mod_dir.html#directoryindex
or http://httpd.apache.org/docs/mod/mod_dir.html#directoryindex
who
exit
that apache makes me crazy!
voodoo
see mod_rewrite
LOL
Having intermittent problems authenticating using
Apache::AuthCookieNTLM on Solaris 2.9, apache1.3.33. Anyone have
any tips how to start debugging this?
you could start by describing "problems"
and you failed to mention you use mod_perl
whoops, mod_perl 1.2.9
jink! jink! jink! jink! jink! jink! jink! jink!
there is a link on our site that authenticates against a
domain, somtimes this works fine, othertimes it does not work at
all
davey!!!
it doesn't work, how? does it connect to the server? does the
password fail? what happens? be specific. the more info, the
better
doesn't work
Look buddy, doesn't work is a strong statement. Does it sit on
the couch all day? Does it want more money? Is it on IRC all the
time? Be specific! Examples of what doesn't work (or the URL) tend
to help too, or pastebin the config if that's the problem
verbatim
Verbatim means "word for word" "copy and paste". It means we
want the exact error message from the error log. That also means
use a pastebin for 3 lines. Ask me about 'apc' for which pastebin
to use.
^^
hey Daveman
Daveman is back. or not demanding, I just wish you to note
the blatant fact. or a happy whiner or hot 'n spicy
o.O
you needn't tell me that! i already knew!
just reminding you
haha
he's testing you!
your a parent, you are liable to forgetfulness
oh noes! a test of my leet skills! :o
lol
its about a 50/50 pass/fail when the link gets clicked. When
it works there are no error messages in the error_log file (as I
would expect) when it does not work the error_log gets flooded with
raw output of AuthenNTLM the output is very verbose
jink, are you perv enough to be on the internets!?
perverts.nl is mine, but it's down atm ((
:O
what happened?
jink happended
the prudes attack your? :p
haha
pctony, are you dunk?
no, but I wish.
:p
Never.
well, hardly ever
hey you
lampy!
terve
oi! i was about to say that!!
lampy!!
hi to you too, jink
I do not have internet access from the network this server host is on,
also I am using a cli based irc client, sorry
everybody should use a cli based irc client!
irssi++
+1
perhaps the problem is you don't understand the verbose output
ntlm produces?
\o/
I dont understand why it works 50% of time and fail the erst of
the time from the same terminal Yes, I do not understand the output
of the AuthenNTML, however I do see Perl errors such as 'use of
uninitialised concatination (.) or string ath ApacheNTLM.pm like
547, which suggests to me that either the browser is not passing
things properly, or the domain
controller is failing to reply properly
or the perl code
has poor error detection
yes, this is not my code, i have just been asked to look at this
system today, and have never worked on it before
it appears the ApacheNTLM.pm module doesn't do what it's
supposed to do
perl errors shouldn't happen
that means the module doesn't handle exceptions and/or check for
errors
I agree, whe I saw the errors at first I assumed someone had
no error checking
which is Bad! (tm)
ok, so it tells you on what line it happens
continue from there
if your perl is any good, you might even care to fix
it
I have Perl experience, but not a great deal of Apache
experience
this is the standard module from Cpan, no changes
is it up to date?
your copy, i mean
ApacheAuthenNTLM 2.1 Apache::AuthCookieNTLM 0.07
seems like it
I am wondering ig there is anything in the httpd.conf that is
wrong
Hello, anybody that can explain me how to get cheap
ssl certifacte work with apache2?
ssl tutorial
ssl tutorial is http://www.vanemery.com/Linux/Apache/apache-SSL.html
but look out fot the typos
if you turn off debugging, the output will be less verbose
:P
you can see what var causes the error, btw
did you read line 547?
if it complains about an error eith perl, the issue is likely
with perl
what would make you guess that apache is responsible for
it?
thumbs since the error was intermittent, I thought that the
first place to start looking would be the httpd.conf and the
error_log. I did not believe that apache itself was the root cause
of the issue. I thought I would ask here since people may have
experienced the same 50/50 pass/failure weirdness
i want my apache2 server go to "http://myserver/wiki" when the user
enters "wiki.myserver" . do i have to use VirtualHosts for
that?
oh
hello
hi, atpa8a.
having problems with mod_jk
no, you need BOTH vhosts and a rewriterule
oh ok, the latter is a non-standard mod, right?
we're not experts on intermittent problems. We simply read the
logs, and know how to solve whatever issue is pointed out
there.
mod_rewrite
mod_rewrite is http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html
or http://httpd.apache.org/docs/mod/mod_rewrite.html
or see http://rewrite.drbacchus.com/
;p
we don't 'guess' as what is responsible for a particular
problem
(jetty) receiving from tomcat failed, recoverable operation
attempt=1
thumbs!
thumbs is an OP! I have full access!
:O
thumbs, I never suggested anyone would guess, perhaps that
they may be a ble to give me some pointers in debugging this
problem.
if the log tells us problem comes from source ABC, we check
source ABC
editing the perl code is your solution in this case
breakfast log
since clearly it seems to be mishandling exceptions there
why would you do anything else?
what?
is that a mean look
BAREFEET
the line in question seems only to print out a bunch of parms
if the the module is initialised with a Debug value
oh man
it's a party up in this mf
too bad I can't stay
barefoot, keep pctony away from my keg while I'm gone :p
hehe
as we said, make sure all variables used are initialised
or in this case, since it's used in a debugging context, turn
off debugging
uor in this case, since it's used in a debugging context, turn
off debugging/u
worst case scenario, contact the module author
thanks guys
exit
everything is going downhill from here.
what now?
hey thumbs, what 'sup
bout to jet
to?
hi guys
hi guys is megaspaz barking or what
hi all
All is not in today, woot
eee
arghl
now i totally dont get it....
work, of course.
anyone know what Apache module can I use to add one-time
password authentification to Apache?
/nick dontgetty
auth
http://httpd.apache.org/docs/2.2/howto/auth.html
look at http://wiki.apache.org/httpd/Recipes/PasswordBasicAuth
for some basic examples!
^^
http://paste.debian.net/30392 -
why does i get the 301 problem of mod_dav_svn in that
construct?
ok, tnx
i get totally nuts on that theme...
where's the relavant info from the error log?
relevant, even
nothing in error log?
svn client with a 301 error is the error log
"ha ha ha"
could anyone confirm that www.assa-electronic.ro (my site) is
working well ?
thanks
svn checkout http://svn.scrubs.wbx/kehila/
doesnt work
someone explained it to me about apache and documentroot...
but i thought if i use location for any svn that would brake
it...
hi, can anybody help me? i've just set my web site up, but i'm
getting 403 when trying to access symlinked directory (Options
FollowSymLinks is set) - can anybody tell me what's the
problem?
servertokens www.assa-electronic.ro
Apache/1.3.34 (Debian) PHP/5.2.0-8+etch1
it works
error log
i do EXACTLY the same on other host...
and i dont get the error there...
Symbolic link not allowed or link target not accessible:
/home/jirka/public_html/pma
Sounds pretty self-explainitory to me. Either you're lying,
or the symlink is wrong. No way we can work out which from
here.
ok, check this. we will refuse to help you until you come up
with actual and real error log information
where /home/jirka/public_html/pma links to somewhere
else
???
so if it just makes wrong behaviour without dropping an error,
you are not willing to help?
well i reallu don't know, what's wrong.. i know, this should be
working
i explain you the complete situation, no problem, i did this
yesterday 3-4 times, but sorry, there is no entry in the
error.log
oh fuck 301 isn't in the error log (it's not an error, after
all, you just make it sound like it is)
yeah, sorry that you dont know the error codes
when searching google, there were some other people
encountering this problem with apache2.2
dont blame me for this!
I haven't, using apache2.2, so..
/home/jirka/public_html/pma links to /var/www/phpmyadmin and
that links to /usr/share/phpmyadmin
i've also tried to make it just one jump symlink, but that
didn't help
heh... mod_macro...
mod macro rulez
apparently not... :P
hey megaspaz
megaspaz is easier than his mom
for the developing sites i do some evil macro shit
mod macro doesnt make the problem, the problem would be the same
if i add the stuff "by hand"
i don't see how... you've got a working set up above it
and i've to every dir x permission even for others
TOTALLY different server
the only thing different is the mod_macro tags around your new
stuff
ok, just for you, i put it directly in, ok?
if you feel like it
but then you are forced to help me
hrhr
the working and not working set ups are not alike. why is
that?
its just that i dont see the real difference, what do you see
what could cause the problem 301?
and one more important thing to mention, it was working
before i started using VirtualDocumentRoot directive from
vhost_alias_module
oh! btw.. there is ONE difference
the first one is NOT inside a virtualhost
there seems to be a default vhost perhaps that's messing
around with you. debian?
any experience with that?
i got debian yes, with the default vhost, yes, but why does that
bother in that case?
apache2 -S
VirtualHost 192.168.5.60:80
apache2 -S tells you what your virtualhost configuration
is.
faq1
exactly. For example, NameVirtualHost *:80 must be used with
VirtualHost *:80
that's pretty much why
aehm
actually i should tell you that it works with a browser
debian uses vhosts by default... name based vhosts
so the vhost itself is totally correct
just run the damn apache2 -S command
actually i guess without knowing more about mod_dav_svn and
the technique of it, its a bit hard to help me on the theme (its a
specific problem with mod_dav_svn)
ok ok!
but as i said the vhost is correctly accessed (elsewhere i
wouldnt get the correct authorization question with
browser)
any suggestions? i'd be really gratefull
http://paste.debian.net/30394
(just cause most apache questions are stupid, this one isnt.....
its NOT a "small" idiot problem.... but hey, i told that yesterday
also, and noone heard, but noone actually solved the problem i had
there, it was also especially of mod_dav_svn)
happy now?
ok, so this is ip based vhosting
yeah the IP is unique for that vhost...
ok
the setup around is correct.. its just that CASE that suxx
OR
for more idiotic description of the problem
so you probably don't need a NameVirtualHost for that ip
:P
it works
yeah that is all making the problem clear
lets talk about 50 other settings of my apache
i got lots of time
sarcasm++
its just that its _ALWAYS_ that way if i ask question here
for professional apache user this channel is really a horror
everytime i have question
yes, you are a noob, and we ask questions to verify
everything is correct, mkay? :P
yeah
the 10 years of apache makes me a noob.... shit, i forgot
well, the thing is, had you been an expert, you wouldn't come
asking us for help
i do
actually
the roblem i had yesterday is a BIG problem
its NOT solved, and noone CAN solve it
i'd suggest replacing the macro's with the actual versions, just
to see that yields the same result
ok i did this aready
i wouldn't know
if you wouldnt ask for other useless info i already would
have tested
i wasn't here yesterday
http://paste.debian.net/30395
testing with that now
Same error
ok, next thing i should check?
its not mod_macro, but now you know it, we can go to the next
ideas...)
uits not mod_macro, but now you know it, we can go to the next
ideas...)/u
why do you not have an errorlog for that site? you prefer
logging errors to the default error log?
what errorlog?
errorlog is http://httpd.apache.org/docs-2.0/mod/core.html#errorlog
or the directive that specifies the file in which errors should be
recorded. (Hint: ask me about the error log)
i got an errorlog
its empty
Operator headspace, I would think
do you want ls of the empty error.log ?
you last paste doesn't show ErrorLog anywhere
your, even
what does apache do then?
taking the default errorlog
it logs to the default log
good
and the default errorlog is empty
that's pretty much what i said
why do you not have an errorlog for that site? you prefer
logging errors to the default error log?
yeah like i said.. typical #apache behaviour
lets talk about all stuff around the problem, that helps
hi
que tal, _frede_.
cause of the NOT working of the host, i actually dont feel
like having the setupped perfectly filled
let's be a sarcastic bitch. that tends to help, too!
its just that i hate todo the same "i know what i
doing"-procedure every day
i've just received a ssl cert from comodo, but somehow apache
just "ignores" it and still uses the self-signed snakeoil
cert
put it in the right place, restart apache
i'll paste my virtual config to the web, second
what you mean by right place?
hey, not everyone remembers every user that comes in here, we
get a few that pass in and out each day. Getting people to start at
the beginning is not a bad idea.
but it works in a browser, and not in svn?
https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=264&nav=0,88
NOW YOU GET IT
as i said from the beginning: TECHNICAL the setup is fine
play nice!
the problem is that SVN cant handle 301
well, it's not, or it would've worked, wouldn't it?
its not fine for svn
and that is what i need to fix now
well, i can't see a reason that this config should return a
301
the problem cant be mod_macro
you been in #svn, sussman and company [who coded the stuff]
know quite a lot, too.....
does it return 301 to the browser?
you know that some people of #svn dropped me especially to
here
i would say yes, but the browser access not /mga if i enter
/mga/
ok i guess, finally i just give up
and make the /svn/$svn location
i mean its just bullshit to have a totally useless directory
path in the sn
svn
svn is see subversion
http://rafb.net/p/dcCGz494.html
i agree
anyone can please check why apache wont use the cert
Been googling like a mad man, but can't seem to find the thing i
need. Anybody ever see somebody make vhost run via a mysql
database?
mass_vhost
mass_vhosts
a plugin?
servertokens psoft.net
Apache/1.3.37 (Unix) PHP/4.4.7 mod_throttle/3.1.2
mod_psoft_traffic/0.2 mod_ssl/2.8.28 OpenSSL/0.9.7a
can anybody help me? i'm was symlinks (allowed by Options
FollowSymLinks) and everything was fine, then, when started using
vhost_alias_mod, those symlinked dirs are no longer accessible and
i'm getting 403 error, any ideas?
bah, fajita wake up
see..
step one
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).
i still don't get what you mean by "i would say yes". the
question is: does your browser get a 301? you answer "yes" or "no".
makes it more clear for me :P
*i was using symlinks
hehe id did that and googled around, turned on the ssl_engine
log and nothing in about the cert
i can test it for you, but i can tell you what it
gets....
?
!help
lynx -head -dump ?
look at your errorlog
step one
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).
^^
i did this already
step two
See step one. For the clue-impaired, that's ERROR log, not
ACCESS log
wait i do again
step three
step three is to blame anyone who tries to help
i got Symbolic link not allowed or link target not
accessible: /home/jirka/public_html/pma (that is the symlinked
dir)
if you get a location header, i'd like to see its result
Symbolic link not allowed
Symbolic link not allowed is )see file permissions or see
FollowSymLinkjensure followsymlinks are allowed at the *source*,
and file permissions are right at the *destination* too
and as i said, Options FollowSymLinks is set
http://paste.debian.net/30399
exactly like i said...
/mga/
that the svn clients wants to access /mga if i tell him to use
/mga/ is another problem
source file permissions are ok as well, i've x permission on
every dir on path even for others
OK, jirik2tg.
ok, so, put in a request for /mga/ :P
does your svn client work, then?
destination file permission are good as well, already double
checked that
OK, jirik2tg.
forget destination file permission
I forgot destination file permission
?
as i said, it was working before i started using
vhost_alias_mod
huh?
the same
well i had my virtualhosts set using VirtualHost directives,
and i wanted to have conf file shorter, and so i switched to
VirtualDocumentRoot directives in single VirtualHost.. and form
that time symlinks ar not working
huh?
fajita is a bot
bot
I'm *not* a bot! I'm a real girl
hi, i want to use .htaccess to enable username/password check
for parts of my site (AuthType Basic).. using this mechanism, can i
restrict individual files, or only whole directories ?
see.. :-)
lol
the problem was
i see, thanks
to use start and stop, not restart
require context
directory, .htaccess
can u help me?
now that really sucks
htaccess is for directories only
okay thx
no probs
if *however* you did this in your httpd.conf you *could* use
locationmatch
locationmatch
locationmatch is http://httpd.apache.org/docs/2.2/mod/core.html#locationmatch
htaccess purpose
Don't confuse htaccess with password-protection. The purpose of
htaccess is to enable users to configure apache locally for their
own directories, when they have no privilege to do so in
httpd.conf. Using htaccess slows the server. Also rewriterules and
redirects are more complex in htaccess
you could, of course, take the evil approach of ProxyPass-ing /
to /svn/ :P that would solve your "extra directory" problem
peace-keeper: ^^
don't forget to unproxy /svn/, or you'll get a loop
gah! jink, that is nasty!
or make it a separate vhost
i AM nasty
yeah, you are!
how i unproxy?
i will test this
! proxypass
lol
i so messed the shit up... if i do /svn/mga now i get 405 Method
not allowed...
heh
erhm
proxy example
hmm
no no
reverse proxy
reverse proxy is http://www.apachetutor.org/admin/reverseproxies
i just tested on the /svn/mga itself
step by step
yesterday that worked... hmpf...
Ah!
jmcg was it with his Location /mga/
removed the / and now its fine
ProxyPass /somepath/ !
thx
http://paste.debian.net/30400
oh absolute... oh....
you don't need line 4, afaik
what's the score?
stress with boss mom
what's the boss' mom got to do with anything? :P
wtf is a "boss mom" ?
"the boss is giving me a hard time. one moment, please"
stress with boss, MOM (= One moment please, check on common
acronym list of internet)
hey! no need to be rude
heh
mom == mother ...
not on teh intarwebz!
there are no parents on teh webz
weeeee
only milfs :P
erhm, tony, the M in milf is NOT for megaspaz :P
ehe
darn it
:-)
stop lying... you know you want my foshizzle
oh, right ... :$
anyway, got to work for a bit
bbl
heh
liar
softi
e
yeah, the m in milf is for moments
heh
o.O
heh
hi
niihau, Legality.
hey, where can I set the index files?
i cant see the line in apache2.conf :/
index files? as in index.html?
yes
directoryindex
directoryindex is http://httpd.apache.org/docs/2.0/mod/mod_dir.html#directoryindex
or http://httpd.apache.org/docs/mod/mod_dir.html#directoryindex
huh?
Please state the nature of your computing emergency
you on debian by any chance?
yes
1st of all read the link from fajita above, about
directoryindex
then read this page:
distro layout
See http://wiki.apache.org/httpd/Info/DistrosDefaultLayout
for clues on how your distro mangles or organises its Apache
package(s)
crap
what?
it's very simple editing but I'm in a great great hurry
well, what do you want me to do? do it for you?
pctony huh?
look in your config, for directoryindex
One of the virtual domains on a server I own suddenly started
returning 403s to me.
errorlog?
step one
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).
^^
There seems to nothing in .htaccess or httpd.conf that would
cause this.
have you looked in your errorlog?
the default index file for example which one is taken first,
index.html or index.htm or index.php etc
that is always the 1st place to go when you have any issues
with apache
pfft!
have you looked in your config file?
for DirectoryINdex, specifically
yes
i have
s/N/n/
I just can't locate that shit
ok
and, what is your question now?
ok
look at this then:
ditro layout
distro layout
See http://wiki.apache.org/httpd/Info/DistrosDefaultLayout
for clues on how your distro mangles or organises its Apache
package(s)
it will tell you what file to look in
we dont just write these wiki help pages for the sake of it,
they do actually help you know
i know, i did
(Restarting IRC client due to glitches)
apache2.conf does not include it
ok, what about the other config files?
look for Include /path/to/file
then look at each of those
ffs i had to add that line to the apache2.conf
it wasn't there by default
wtf was taht
that
that is interesting. Please continue.
forget that
I forgot that
it would be
somewhere
otherwise you would get a 403, unless you specified /index.html
(or whatever) manually
perhaps /etc/apache2/sites-available/default ?
O.K., sorry, my IRC client was not displaying responses. A
virtual directory is returning 403s. The error log says
"(13)Permission denied: access to /links/ failed because search
permissions are missing on a component of the path"
(13)Permission denied
Take a look here for more information http://wiki.apache.org/httpd/Errors/13PermissionDenied
Maybe it's more of a Unix problem than an Apache
problem?
^^
"Default: DirectoryIndex index.html"
fajita, thanks.
what?
how the hell the line for defaultindex was missing from my
apache conf?
that's weird
it wont be
otherwise you would get a 403, unless you specified /index.html
(or whatever) manually
(thanks pctony, that is)
no, it *was* missing from there
not so, there is a default. but i'm sure that it is in some
file
did you look at /etc/apache2/sites-available/default ?
i did
recursive grep is really handy for disentangling debian
grep -ri directoryindex /etc/apache2
does that find a text inside a textfile?
it finds (caseInsensitive) directoryindex in any file
Recursively in /etc/apache2
whether or not it's actually a text file .)
wah.. I gotta save that command
it's great for searching user logs, too
hi
I guess it takes quite a lot of resources though
if there is a lot of files
it can do, yes
*are
not as many as looking manually
Is it possible to have apache serving 2 domain names with 2
differents certificates (1 for each)
that command is going to my important commands index
lol
yes
read this:
ssl vhosts
When using SSL, each virtual host must have either its own IP
address or its own port. Or both. or for details see http://httpd.apache.org/docs-2.0/ssl/ssl_faq.html#vhosts2
or http://www.onlamp.com/pub/a/apache/2005/02/17/apacheckbk.html
or see SNI or consider wildcard certificates or http://wiki.cacert.org/wiki/VhostTaskForce
or see ip based vhosts
ok, everything is fine.. I go back to eat some puss
y
hrmm
thanks !
no worries
please dont use that language in here
^^
oi!
hehe
503
503 is Service Unavailable
Hello ^^ What's the syntax again (for the .conf file) to
translate the domain: placeholder into /some/patch/to/placeholder
(to be used with internal webdev. testing)?
is it Directory, VirtualHost or something completely
different?
hey there ..
301
301 is Moved Permanently
what can be the problem if there is an php file and nothing
than a white page appears when it is loaded
wsod
wsod is White Screen Of Death, one of PHP's specialities
and... what can i do against it= :P
nvm, found it
Hi. What would cause a web site based on IP to domain name be
redirected to another domain I have setup on the same web server? I
thought the only thing that would cause is a Redirect statement.
However when I go to enthalpypump.com it gets redirected to
venmarces.com. I didn't directly configure the server to do this.
Any suggestions I can do to figure out why it's doing this?
hello, can i have a different default document for virtual hosts
?
or a single virtual host
you mean a default index file to load ?
you mean a different default file?
if so, then see..
directoryindex
directoryindex is http://httpd.apache.org/docs/2.0/mod/mod_dir.html#directoryindex
or http://httpd.apache.org/docs/mod/mod_dir.html#directoryindex
hair in mouth
what?
noob
im off
heh
too quick
ok
so can i like do DirectoryIndex page1.html $DirectoryIndex
no
so i can just add a single page to the servers default
DirectoryIndex page1.html page1.php page2.html etc
ok so i already have that
you can add as many as you like
server wide
and i want this virtual host to have the same
but one name it will always honnor overeverything else
if you want it to load pahe2.php before anthing else. then you
need to add that to the start of the list for that vhost
i.e. copy the existing line you have, then prepend yourpage.html
to the start of the list
yes i know that
make sense?
but can i make it pick up the servers default after that
how do you mean?
if page2.html does not exist?
or as well as?
servers default = index.html index.pl
this virtual host = page1.html index.html index.pl
but the servers default will change
and i want this vhost to adapt to those changes
but still have page1.html
if the servers changes then you have to change the vhost
too
you know in environment stuff you can ...
PATH=/mnt/location:$PATH
like that
it does not inherit from the server if you specify manually
yeah, i know. as i said
but i'm asking if there is a way to make it do that
you cannot do tha
t
sorry
You will be!!
shush
Ola / Re
all is still not here
Greetings All!
all?
all is yango in disguise
I would like to setup a single site that has multiple subdirs
that are protected by an ssl cert signed by my ca.
and to allow access to those Directory's I allow for each
cert.
subdirs?
so if I had site.com/dir1 and site.com/dir2, the client in
dir1 can only see dir1 and not dir2.
you mean subdomains?
the SSL setup is the same... all the DOMAIN is certified by the
SSL cert giving authority
I've looked at http://httpd.apache.org/docs/2.0/ssl/ssl_howto.html
and was able to get is partially working.
no matter how many subdirs you have
so, what's your particular problem?
just make the accounts and then do 'Alias /dir1
/customer1/dir' lines to your ssl site
hello everyone. I am frustrated by mod_ssl
then it's matter of filesystem privileges
you are lucky, the SSL resident expert is available
I just want one virtual host to work with https with a self
signed certificate.
yesterday I was able to setup SSL auth using
SSLCertificate{Key}File, and a few others, but what this did was
allow any key signed by me ca to access any subdomain
however I keep getting errors like:
you are talking about client cert authentication?
filesystem? it all runs a nobody
yes
Private key not found OR Unable to read server certificate from
file
forgive if I misspoke
depending on if I have the ssl.key or the ssl.crt file specified
on SSLCertificateFile
so you want client cert1 to be able to access /dir1 and so
on?
yeah, and no access to dir2 dir*
the above url about half way down the page talks about two
methods to do such, on w/ htaccess and one w/ verifing SSL_CLIENT*
env vars
check that the (crt if I recall correctly) files are
accessible by apache's user...
to give extra requirements for client cert
details http://pastebin.ca/564369
I guess so. at the moment everyone can read them.....
e.g. requiring certain client cert CommonName for /dir1 and
another CommonName for /dir2
You need at least two lines if your key and crt are
sepreated. SSLCertificateFile and SSCertificateKeyFile
ok I'll play around w/ that.
thanks!
http://no-www.org/ to apply to
all domains/vhosts handled by apache?
yeah
or hmm
e.g. 'SSLRequire %{SSL_CLIENT_S_DN_O} eq "Customer1"' for
/dir1 (that would require Organization field in client cert to
match Customer1)
you will need 1/vhost in the config or so
here is my virtualhost configuration. Can anyone tell me how
to get enthalpypump.com to use it's own virtualhost instead of some
how redirecting to venmarces.com virtualhost?
http://www.pastebin.ca/564372
thanks arreyder - now apache starts, but the site still
responds to http and not to https
I've done this before, but I must be missing something.
just replace \.domain\.com for a regex that'll match all your
domains and then use %1
Hi.
Hi. is there any channel for Lucene related discussion?
hi.
hi. is there any channel for Lucene related discussion?
May i ask a support question in here?
question?
If you have a question, please go ahead and ask it. We have the
answers... or a whole lot of sarcasm...
ask
If you have an apache related question, please go ahead and ask
it. We will not beat it out of you. We won't bite you either, at
least until we get to know you better
aah. my domains don't fit any sort of regex, unless you can
say (anything).(one of the valid tlds)
guys, how do we feel about using the same worker in two
different virtual host elements?
.*
I have one virtual host which I should only be used when the
domain for it is used so the doc root can be accessed by using the
IP
ok, thanks, i'll give it a try
At the moment i haven't been able to separate them
one more thought...
I have tried both name based and IP based virtual
servers
this still requires we create a pkcs12 file to load into the
browser correct?
change that virtualhost * to virtualhost
your.ip.address:443
so how do I get my virtual host to use https? http://pastebin.ca/564389
ah
hang on
explain
*explain in more details
no luck: conection refused now
Roobarb-Work, Yeah, the doc root is default /var/www/ and i
would like this to be accessed as normal when i http://IP/ but when i used the domain Http://domain/ i would like apache to serve
data from another dir in /home/blah/www/
Does that help?
yes
do a netstat -lntp | grep 443
nothing
nothing is _ALWAYS_ a wrong answer/description.
or hostname
mmm, does anyone have any suggestions as to why my
enthalypump.com is going to venmarces.com? http://www.pastebin.ca/564372
no matching line
Roobarb-Work, So basicly making a virtual host for a default
server?
yes
That's very odd.
could you put up your config again please
do I need a Listen 443 line in the conf?
I think the problem you are hitting is that your domain maps
to the IP address you want to access via IP
I have LIsten 80 in ports.conf (debian)
Roobarb-Work, yeah i think you are right.
so Apache needs to be able to work out which host you really
mean to access
uso Apache needs to be able to work out which host you really
mean to access/u
personally, I never use anything other than VirtualHost
Ok.
I was hoping not to need to do that as i just leaned my config
downloads as it is on a P3 with 256 RAM
still a bit in the dark (don't have much experience with
rewrite). isn't $1 already used in that rule?
Was hoping to make it as light as possible.
Thanks for the Help
using VirtualHost doesn't make it "less light"
I said %1 not $1
damn it I don't get what I'm missing here, dev web server works
fine but when I try to do the same with enthalpypump.com it doesn't
work.. keeps going to venmarces.com (/venmar). http://www.pastebin.ca/564372
take a look at http://www.linux-corner.info/httpd.conf
for a "light" config
Ok, i was just under the impression it was odd to make virtual
server for a server that already is there IE default.
Ta.
oh, my bad. can you explain what the difference is, or tell
me where i could find that info?
$ dig +short www.venmarces.com
scorpius.venmarces.com.
207.195.58.21
yes, add a Listen 443
you need something like RewriteCond %{HTTP_HOST} ^www\.(.*)$ \n
RewriteRule ^(.*)$ http://%1/$1
[R=301,L]
I assume that IP is mapped through to 10.10.10.4 ?
Roobarb-Work: yes that is correct
matches in Conds are referred to with %
thanks!
matches in Rules are referred to with $
aah, ok. i see, thanks
$ dig +short www.venmarvent.com
scorpius.venmarces.com.
207.195.58.21
if aleph1 is happy we all are happy now
that may be your problem ...
Roobarb-Work: why is that a problem?
both hosts map to the same IP
which, as you said, is mapped to 10.10.10.4
the vhost for www.venmarvent.com is 10.10.10.1
Roobarb-Work: ohhh for frick sacks...
Roobarb-Work: sec
5
silly ITIL meeting...
either make it 10.10.10.4 (and use NameVirtualHost) or fix your
DNS
all is good now?
don't sidd ITIL - it gives management a warm and fuzzy
feeling, which keeps them out of _your_ hair
s/sidd/diss
ITIL?
Roobarb-Work: Ohhh stupid bone head move I knew it was
something simple. It should be 10.10.10.1 not 10.10.10.4. Thanks
for pointing this out. Oh man even printed this damn config out and
still couldn't see that .4 diff... argh.
http://en.wikipedia.org/wiki/ITIL
:o)
http://en.wikipedia.org/wiki/Image:Wearer_of_an_ITIL_Foundation_Certificate_pin.jpg
a href="http://en.wikipedia.org/wiki/Image:Wearer_of_an_ITIL_Foundation_Certificate_pin.jpg"http://en.wikipedia.org/wiki/Image:Wearer_of_an_ITIL_Foundation_Certificate_pin.jpg/a
mmmm nice....
hi all
All is not in today, densin
thank, when he will online?
no idea
I would like to ask about RewriteRule. what is "[L,QSA]"
mean?
how would i redirect the browser to that url, instead of just
showing content from that url?
read the mor_rewrite docs
*mod_rewrite
(btw, it worked.)
the browser should have been redirected
it still shows www in the url
[R]
[R] is a redirect
did you put the http:// part?
i did
[R=301,L]
lemme paste the whole thing
http://pastebin.ca/564427
502
502 is Bad Gateway
is there something I can add to httpd.conf, and a module I
can install, so that my apache web server will display pdf
files?
the client is responsible for display/rendering of documents
that it is served
and what URI are you accessing, exactly?
this one: http://www.hosting.blueboxtech.com/ac/
I'm sorry if I
'm
dense, but I'm having a hard time wrapping my brain around ssl
client auth.
which i want to 301 redirect to: http://hosting.blueboxtech.com/ac/,as
well as physically redirect in the browser
I want to have two client each generate a key, which I will
sign w/ my ca, and allow client1 to site.com/dir1 only and client2
to site.com/dir2 only.
the 301 redirect IS a physical, permanent redirect to the new
URI
so your htaccess is probably ignored
garbage
try putting junk in your htaccess file. If it's being read,
you will get an Internal Server Error when accessing that
resource.
301
301 is Moved Permanently
410
410 is Gone
4711
re
tag, but the ONLY way I've been able to get auth working is
to use SSLEngine On, SSLCACertificateFile, SSLCertificateFile and
SSLCertificateKeyFile outside of a Directory...but
this isn't in an htaccess file, it's in my main apache config. i
want it applied for all domains that i server
serve*
this allow access to all subdomains because they were all
signed by me ca.
Any suggestions?
you cannot have differnet client certificates for different
parts of a VHost
l
the problem stems from the fact that I don't believe that you
have any access to the Client Certificate details once the SSL
Handshake has occured
tags?
SSL is per-host not per-directory
SSLCertificateFile context
server config, virtual host
ok...lemme back up.
yesterday I put in the following lines...inside a vhost...spam
coming:
pastebin it
apc
Try using http://apache.pastebin.ca - It's a
good pastebin, and is even set up to highlight Apache
'stuff'.
rewrite in .htaccess and in httpd.conf .. what happen
first?
kk
main config happens first
Roobarb-Work: thank you
do you see anything wrong with my rewrite rules?
http://apache.pastebin.ca/564462
ok...
and created a pkcs12 from my cert/key, loaded that into my
browser.
I don't but given that you are in main config you can enable
the
rewritelog
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
SSLVerifyClient
SSLVerifyClient is
Ahttp://httpd.apache.org/docs-2.0/mod/mod_ssl.html#sslverifyclient
from there I could connect to my server, _but_ I could do so
with either of the two keys I signed to test.
pctony:
awesome - very helpful. i'll try that, thanks
yip?
SSLVerifyClient gives a duff URL
you were'n using the keys, thats why
Roobarb-Work: huh?
Roobarb-Work: done
ta
http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslverifyclient
thats the directive that makes a client cert mandatory
they way you had it configured, the SERVER certificate was
client.crt
you can prove that by clicking the padlock icon in your
browser
sorry missed that line
in my paste..I did include SSLVerify require
my bad.
works awesomely. thanks a lot
that doesn't stop your server certificate being set
wrong
(i forgot to accept a www. domain in my vhost)
a quick ServerAlias fixed the problem
great
read this - its the best client-cert documetation I've found.:
http://www.insecurity.dk/articles/clientauthapache/
oh dang i should have used that ServerAlias thing
ok, I'll check it out.
one quick question before I read it.
ok?
on http://httpd.apache.org/docs/2.0/ssl/ssl_howto.html,
it says: How can I authenticate only particular clients for a some
URLs based on certificates but still allow arbitrary clients to
access the remaining parts of the server?
am I off base here?
isn't that what I want?
yes it is
I stand corrected
however, you still need to get your certs sorted out properly -
I assume you're using self-signed certs with your own CA
?
Roobarb-Work: np!
I created a ca, then a cert and signed cert w/ my test ca...all in
testing now.
should be no diff then if verisign singed it.
as an aside, chek out "tinyca" - it makes handling
certificates much easier
cool..thx
Is there any convenient way to limit the maximum number of
simultaneous connections for a specific directory?
ok, heres what you do: create a CA, create a Server Cert,
signed by your CA, create some additional certs for your clients,
also signed by your CA.
so I will need a server key/crt and then a client cert to
restrict w/ the Dir
werd
w3rd!
Thanks for your time today. I very much appreciate it.
is there anyway i can block a HTTP_REFERRER?
then, set SSLCertificateFile to your server.crt,
SSLCACertificateFile to your CA cert, and load your client cert
into your browser
(mod_security maybe?
RewriteCond %{REFERER} ^Nasty, RewriteRule (.*) - [L]
something like that?
schweet! I think I have a grasp of the concept
now....thx!
Roobarb-Work: ah. ya
SSL Client Certs is basically the hardes thign to understand
with SSL
took me days to get my head round it
but I do recomend you look at tinyca
it has the ability to create server or client certs built right
in
Could someone tell me if this is a PHP problem or an apache
problem. I wrote a script that does $reload = exec("sudo
/sbin/service dansguardian reload"); and it worked on php4 on
Centos but won't work on php5
it appears I'm wrong - you can have access to parts of the
Client Cert: SSLRequire %{SSL_CLIENT_S_DN_O} eq "Snake Oil,
Ltd."
etc
i check the apache error log and it shows that it is prompting
for a password
ok thanks...I'm just so used to openssl req|x509|rsa...I'll
assume it's just scripts w/ the intelligence built in?
yes
Roobarb-Work: again np! That what I'm shooting for the second
option in said docs.
you can see what commands it runs as it goes along
Roobarb-Work: cool I'll check it out...sounds like less typing
at least
Iooking at http://httpd.apache.org/docs/2.0/ssl/ssl_howto.html
, I'm sure it didn't used to be that detailed
anyway, I'm off - later all
Thanks again!
what does the error log say, exactly?
5 2007] [error] [client 10.1.8.58] File does not exist:
Password:
password: ?
yeah, that's what the log says
verbatim
Verbatim means "word for word" "copy and paste". It means we
want the exact error message from the error log. That also means
use a pastebin for 3 lines. Ask me about 'apc' for which pastebin
to use.
i'm reading on sudoers file but can't get the syntax
correct
the first error is harmless, in any case
if that's all you see, then it's a PHP issue, I assume.
unless you're hiding details from us
no
thats it
that looks like what a system("sudo somecommand"); in php is
trying to do
i assumed it was php but wanted to get a second opinion
unless you have an error from the log, we can't help.
you gave me my second opinion
lol
that sounds like a sudo config problem
yeah, just weird that it works in php4 but not in php5,
trying to get the sudo syntax correct but keep getting errors when
trying to exit and save
apache ALL=/sbin/service ALL
perhaps the userid is different
so i actually guessed correctly?!?
hi guys
stderr is dumped directly into the error log
yeah, that's why I guessed what I guessed
but still it's not a pleasant thought
nope
but it's certainly a way of doing it.
th4 l33t35t w4y 4 sur3
the other way would be a custom suid executable
or just avoid the use HTTP for root needing tasks
i have tomcat and apache configured with mod_jk2 .for some
reason i can work with dojo direcly through tomcat but when i
access it through apache httpd it doesn't "respond" - no error in
error.log and access.log shows only 200 status
as in #tomcat too
ask*
ok, if i set it as "apache ALL=(ALL) NOPASSWD: ALL" it works,
but if I set it as "apache ALL=/sbin/service NOPASSWD: ALL" I get a
syntax error
i think it's more an aapache problem since it is working in
tomcat
but if it's apache, it's mod_jk2 and most people working with
mod_jk is in #tomcat... I'm not telling you to go away with your
awfully off topic question, i'm telling you to ask there
too
ok - thanks i'll do that as well
apache ALL= NOPASSWD: /sbin/service dansguardian reload
it works
Damn right it does
Hi how can i configure apache so i can log into my website thats
runing on my computer from work?
The site runs on my box fine but i wont to log into it from
other locations whats the best documentation
you mean, SSH?
router
In order to access your web site behind a router, you must
forward the port apache is listening on to your internal IP. Then
you can access your site by pointing your browser to http://your external IP here:port. If your ISP
blocks port 80, see 'port 80 redirection'. Instructions on how to
forward a port using most common routers can be found at http://portforward.com
Hey guys
I guess you want the rest of us to ignore you then,
Hexxeh
I assume your server is behind a router?
I'm trying to install CGI on my server, but when I go to the CGI
file it's showing a blank page. Any ideas?
CGI
CGI is http://httpd.apache.org/docs/2.0/howto/cgi.html
what does the error log say, exactly?
fajita does this mean i can view my site from work by just
useing the internal ip?
bugger all, i dunno
Yes thumbs
no, you will need to use the external IP.
I'll check in a second, trying something from that link.
sup
noodls karma
thumbs, So in theory if i took my router of my modem i could
veiw it any where but the best choice would be to port forward the
router
Ah, permissions error.
Fixed it, thankyou.
Bye.
take care, hon
keeping your firewall would be recommended.
cool
hi guys,
oopps, i'm running a fiesty lamp box, i'm getting the error
"disconnected, attempting to reconnect". i am trying to
troubleshoot this, where do i start?
ubuntu-rocks: what does the erro log say, exactly?
in apache2.conf file, under IfModule mpm_prefork_module, what
does serverlimit refer to? i'm currently set to 256
serverlimit
serverlimit is http://httpd.apache.org/docs-2.0/mod/mpm_common.html#serverlimit
ubuntu-rocks: read above^^
thumbs - apache error.log?
default layout
Pop along to http://wiki.apache.org/httpd/Info/DistrosDefaultLayout
for an idea on where the main distros place Apache files.
ubuntu-rocks: read above ^^
i'm looking at the apache errro.log file and i see a whack of
"file does not exist: /xxx/xxx/browserdetect.js, referer:...."
should i be concerned with this type of error?
verbatim
Verbatim means "word for word" "copy and paste". It means we
want the exact error message from the error log. That also means
use a pastebin for 3 lines. Ask me about 'apc' for which pastebin
to use.
im trying to configure twiki...but i have some problem in making
apache access its configure script
the particular configure script has the following permissinons:
5
ubuntu-rocks: what do you suppose that error means?
but when i access it in the browser it gives me 403 forbidden
message
it says " You don't have permission to access
/twiki/bin/configure on this server."
step one
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).
what does the error lgo say, exactly?
noodl, that file doesn't exist in that location but i am
wondering if that could affect performance if it is
missing
ubuntu-rocks: why would it affect performance? i'm asking you
obvious questions in the hope of prompting you to think for
yourself as you seem to be asking some rather silly / easy to find
in the docs questions.
8 2007] [error] [client 192.168.1.5] client denied by server
configuration:
well there ya go
client denied by server configuration
Have a look at
http://wiki.apache.org/httpd/Errors/ClientDeniedByServerConfiguration
for a better idea of what this error message means
read the above ^^
noodl - i don't know. i understand what you're saying. i'm
just trying to support a system i've inherited. i don't know what
that browserdetect.js file does. i'm guessing it tries to detect
what browser the user is using
ubuntu-rocks: do you know why pages link to external js
files?
ubuntu-rocks: regardless of what it does you appear to have a
site with a broken link to it. simple solution: fix the link (or
remove it)
thumbs - unfortunately no
a friend of mine told me that apache2 has a limit of 256
connections, TOTAL.... isn't that what MPM's are for? and wouldn't
i be virtually unlimited (except by memory)
noodl - copy that
your friend is wrong. though there are some hard limits set
at compile time to stop you from shooting yourself in the
foot
ubuntu-rocks: perhaps you need to get yourself acquainted with
HTML and its related technologies
And 256, IIRC, is for MaxServers, not sure, though.
any place this is documented? i'm googling but can't find
anything worthwhile
thumbs - good idea
maxservers
huh?
maxserver
what?
minservers
sorry...
ummmm.
?
b0rked?
http://httpd.apache.org/docs/2.2/mod/mpm_common.html#serverlimit
see the note and see also MaxClients
I must have been mistaken
perhaps I was thinking about mssql
mysql, rather
thanks
I've got an apache server at a colo w/ redundant DNS setup at
other colos acrosss the US. I'm trying to figure out how to make my
apache server redundant to outages from a single bandwidth provider
at the colo. Say I assign two IPS to a box, both different
bandwidth providers, How can I make sure if one fails that people
still reach my site through the other? Is this a DNS issue? and
Load balancer? or an apache thing?
ugh... there's a number of problems with that.
yeah. I know.. had some problems lastnight
Any suggested reading or anything?
first of which is the fact that your DNS does round robin, so if
really one of the ISPs goes down, half of the users request will go
into nirvana.
yeah. wouldn't it goto next DNS server?
if you have the money, you actually put different servers at
different locations, not only one server with many links to it.
Relying on DNS, besides what jMCg just pointed out, will never
replace failover, DNS times are too slow for that
or, rather, more than one server at one location
with lots o links
one right hit.. not bad, considering that my networking times
are long over....
money isn't the issue.. I have extra servers..
anyhow, the term you are looking for is failover
so you say i need another apache server w/ same info at another
location?
what handles the failover? DNS?
not just failover -- multi-provider setup.. that's hardcore shit
[for n00bs like me, at least]
akamai and similar do it for you, if money is not a
issue
can someone tell me why apache 1.3 returns errors while
apache 2 works with this mod_rewrite rule? RewriteRule
^page/([A-Za-z0-9-\/._]+)?/?$ page.php?/$1 [R]
i can do multi provider.. my questions i tho say i try and goto
host.com and DNS points me to a server that has an outage, what
makes people goto the correct second IP?
apache 1.3 shows me an internal error page or something
upgrade
Old Apaches are harder to support than newer Apaches. Please
upgrade. (2.0-2.2 http://httpd.apache.org/docs/2.2/upgrading.html)
[Webservers*] * = loadbalancers and webservers use one
failover scheme (heartbeat or whatever)
can't
my dev box is apache2
what does the error log say, exactly?
the production system is 1.3
although chipig is probably a better man to talk about this
what you do is to never have a server with an outage
let me see if i got access to error.log
how is does above setup look IP/DNS wise?
depends on the actual scheme you choose to do the failover
there was a page that implemented various schemes
for linux
and explained it all
just don't remember it
enter
enter as punctuation
enter key
enter key is not punctuation
!
8 2007] [alert] [client 96.224.16.75]
/home/inmediap/public_html/PhotoClient/.htaccess: RewriteRule:
cannot compile regular expression
this ain't it but it'll serve as a starting point, CharlieSu
http://www.linuxvirtualserver.org/whatis.html
can i setup apache so that it has a dedicated amount of
ram?
ubuntu-rocks: no. Apache will use RAM as it requires it.
any idea with the regular expression?
it's valid regex in apache2
it would appear so, yes
thumbs- tks
so it seems you triggered an invalid regexp for 1.3
so it would seem
any assistance?
the user are complaing they are seeing a lot of
"disconnected. attempting to reconnect..." messages. i am trying to
tweak apache and mysql to alleviate that
ubuntu-rocks: that error is not coming from apache, I am
sure.
ubuntu-rocks: unless you interpreted it again
thumbs - i guess i need to know what is generating that
message
it would help tremendously, yes.
hi alll
I'm struggling to compile apache 1.3x with some cflags
i'll paste the ones i'm using to pastebin
http://apache.pastebin.ca/564779
I just can't get limit_request_line to work..
so i'm trying a few different syntaxes for this compile..
why are you trying to compile 1.3, exactly?
1.3
1.3 is the 1998 release of apache. Do you use Windows 98?
Slackware 4? Redhat 5?
We use RHEL3 at work. :'(
DOS has been superceded?
canadia
Those Canadians are so cute with all of their "We have our
own country" stuff.
:p~
wtf/
I have a problem where we are spawning threads inside of a
module that runs in apache, but when the thread exits the handle is
still open. Anybody have any ideas?
oh fajita i know it might look like i'm a nube idiot compiling
this old version
my work are tied to a legacy product that uses it
upgrade work
Hee ehe.
if it was down to me i might even use lighty lol
Quit your job, works for me.
not been on irc for years
canadia
i'm not following you...
I've found the actuall source so I might just set the limit
in there
bit of a hack though :/
it looks like that factoid is not there any more,
Daveman
hehe factoid
fajita is a bit more conversational than you think
try #apache-modules or #httpd-dev or
modules-dev@httpd.apache.org
hi
hi, noobche.
she tends to remember stupid things, like that canadia
factoid
:p
fajita factoid
(brought to you by flame war)
o.O'
I wonder who taught her
can someone help me rewrite my rewrite rule?
it won't work on 1.3!
lawl
RewriteRule ^page/([A-Za-z0-9-\/._]+)?/?$ page.php?/$1 [R]
grr... what's so wrong about that?!?!?
I assume the \/
we can't help without knowing what the problem is. what does the
rror log say?
i dont know, but the plan is actually not good
My brother would like to view my site how do change it so its
not on the 127.0.0.1 "localhost ip"
8 2007] [alert] [client 96.224.16.75]
/home/inmediap/public_html/PhotoClient/.htaccess: RewriteRule:
cannot compile regular expression
noobly
can someone tell me why apache 1.3 returns errors while
apache 2 works with this mod_rewrite rule? RewriteRule
^page/([A-Za-z0-9-\/._]+)?/?$ page.php?/$1 [R]
Related Topic:
Thinking about maybe writing mod_vhost_dbd typically such modules are restricted to setting DocumentRoot by ServerName|Alias