|
Related Topic: |
lol adaptr
block to go with it
inside IfModule Tag or different tag?
what IfModule tag?
IfModule alias_module
ScriptAlias /cgi-bin/ "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/"
Alias /projects "D:/My Documents/Chirag/Java/Project/"
/IfModule
Is the above config proper in respect to Alias directive?
why wouldn't it be ?
lose the ifmodule, though
It has been closed /IfModule
huh
Please state the nature of your computing emergency
do you know what the ifmodule is good for ? i.e. is there a known reason you put it in ?
known to you, that is
hi.
hi. is there any channel for Lucene related discussion?
I'm looking for the simplest possible way to have an html file include another on the server (to factor out common boilerplate on a mostly static site). What would that be with apache?
I've been looking into SSI, but it seems far more powerful than I need, and comes with a few annoying caveats on content-length and last modification information. So I'm wondering if there is any other way.
headername
headername is http://httpd.apache.org/docs-2.0/mod/mod_autoindex.html#headername or http://httpd.apache.org/docs/mod/mod_autoindex.html#headername
there is ^^^
Isn't that just for index listings?
Thanks The problem has been solved
erm.. true
I thought it was possible to use it on all html as well
tias
tias is Try it and See - if you want to know if something will work, give it a go. If not, then you can ask why it didn't work as expected
well, server-side includes do let you include other files, but like I said, they have a few bothersome caveats.
SSI was never meant to include static host HTML
although you can, obviously
yeah, so I saw while reading the docs
I had a much simpler vision of SSI, I thought it was litterally just an #include directive for static content.
I can imagine your shock
how do i go about rewriting root/index.php?page=2 into root/forum/ ?
never underestimate teh apchace !
Oh well, I guess a quick python script to generate the pages to serve from split sources is what I'll need
can't php do those kind of includes?
sure. But you're assuming I let php web hosting anywhere near my server :-)
php isn't the problem. badly coded php _is_
I disagree. mod_php screwed with my apache too many times
well
and php through cgi is dog slow
php is a rather crappy language. but this is probably the wrong channel for that debate
been reading the docs for symfony lately though, and it looks pretty decent
anyway, for the site I have in mind, offline generation will actually have a few advantages
namely being purely static content, and thus automagically having all the nice HTTP headers set
for caching, last modification date, ...
hi everyone. What rule in .htaccess that disallow directory browsing ? thanks.
Order Deny,Allow \\ Deny from all
fer^^
oh noes, we fail
we can't answer in under a minute, where are our quality guidelines!
Related Topic: