| |
| |
| |
|
Page: 1 2
Comments:
<0> -rw-rw---- 1 TriViaL 28369 Feb 12 11:33 stats.html <0> -rw-rw---- 1 TriViaL 3565 Jan 1 18:50 tabla1.html <0> -rw-rw---- 1 TriViaL 18253 Jan 31 19:01 tabla2.html <0> -rw-r--r-- 1 TriViaL 11332 Feb 12 11:57 tabla.html <0> <0> -rw-r--r-- 1 TriViaL 11332 Feb 12 11:57 tabla.html <0> that mean root ? <0> twkm you can`t help me ? <1> apparently not. <0> ok <0> i dunno for what this ****ing channel is <0> but thank anyway <0> let me going another network <2> twkm can i ask a question about anything than apache?? <2> mysql for example <1> i suppose. <0> XIII i don`t think so
<2> i'm making a web application with php which stores english,arabic and japanese data in the mysql database <0> just is a clawn ppls here <2> does mysql supports saving data in arabic, english and japanese languages? <0> did i have to leave ? <0> oh this channel is greg owner lol <1> XIII: depends on the version of mysql. <2> 4.x <0> !seen azer <3> I last saw azer on #vi at Sun Feb 12 01:05:17 2006 saying "http://www.oreilly.com/catalog/swarrior/" <2> twkm 4.x <2> exactly : 4.0.25-standard <1> well, go check its documentation. <2> ok, thank you <4> moin <4> http://www.flabber.nl/archief/015096.php <5> hi all: http://swforum.sun.com/jive/thread.jspa?threadID=62742 <6> so hey <6> I've got a reverse proxy with disk caching on <6> I want to serve cached content when the source box goes down <6> but when the source box goes down <6> the proxy apache instance disables all requests for content from it <6> [Sun Feb 12 18:55:18 2006] [error] ap_proxy_connect_backend disabling worker for (65.110.50.12) <6> [Sun Feb 12 18:55:21 2006] [error] proxy: HTTP: disabled connection for (65.110.50.12) <6> I get that <6> and it won't serve the cached content <5> NineVolt? <7> hello all <7> question, where/how in the .conf file can I set so only a certain IP has access to a sub folder off of htdocs? <7> for example in htdocs\test I only want 192.168.1.10 to have access to it and denied to any other ip/host name <5> Strauss... use linux? <5> use iptables... i think <7> win2k server jak2000 <8> yeah and if you want to open a walnut, use a sledgehammer... <8> you could use a .htaccess file pretty easily <8> allow from <ip> <7> theres no way to limit access to a subfolder in the .conf file? <8> order deny,allow <8> yeah you can do it in the .conf as well <8> use a <directory> directive <8> and then the allow stuff <7> which is 'better' security wise? <8> i don't know if one is really better than the other <8> i think the .htaccess gets parsed less than the .conf directives <8> but i'm not sure about that 100% <7> so in the .conf file... <7> im looking for the <directory> header? <8> no you're adding a <directory> directive <8> .htdoc directory <8> p`u hates me <7> you lost me a bit... <8> look at the apache documentation <8> you are interested in the directive 'Directory' <8> and then the directive 'allow' <8> and 'order' <8> those 3 combined will give you what you want <7> this part of my .conf file right? <7> Order allow,deny <7> Allow from all <7> </Directory> <8> right
<8> but you need to make one for the directory you want to restrict, if it doesn't exist already <8> change the 'allow' from "Allow from all" to "All from some.ip.here" <7> so from there... I need to add htdocs\nettracker only have access from a specific IP <7> in my case its 192.168.1.10 <5> Strauss, ]Gnome[ know how run asp files in apache? <7> I use php sorry <8> i don't know specifically, no <8> but i would guess you need a module for it <8> probably something named mod_asp <7> but I beleive its pretty much the same .conf file wise <7> so ]Gnome[ whats the format? <8> format for what? <7> adding htdocs\nettracker ip specific access. I see above you said "All from some.ip.here" but where do I put the sub-dir? <8> did you read the documentation about the Directory directive...? <8> you specify the directory in the Directory directive <8> then anything inside of that directive applies to that directory <8> so the allow stuff will apply to the directory specified in the directive <7> this is why techies shouldnt write docs... heh <8> or non-techies shouldn't set up web servers <8> whichever way you want to look at it i guess <7> having my eyes hurt reading these 'documents' <> non-techie. Just means one has a eye for good docs vs bad docs ;) <8> the fact that you used <> over != to indicate not-equals speaks volumes <7> didnt say I was a scripter or programmer <8> i'm just giving you a hard time <7> and back when I DID program that was a valid argument <8> we don't generally just GIVE people the answers here though <8> better to point them in the right direction and try to get them to learn <7> so the point is to be elitist? <7> ok then <8> give a man a fish... teach a man to fish <8> all that jazz <7> well once apache org hiresa rel technical doc peep this wouldnt be a issue <7> but thats anothe rtopic I suppose <8> where are you looking at the docs? <7> such as they are <7> now its pointed me to some other security page <7> this is why I came here to ask.. but since I cant just get a simple answer.. your wastiung my time. I could have looked at this mess you call docs myself. farewell. <8> wow <8> what a **** <8> i didn't think i was being unreasonable in my responses <9> hi <10> ho <11> hello <11> someone alive? <12> no <3> what do you want? <11> heya <11> look, i have a problem with an mod rewrite module.. <3> hoya <11> i`ve made an .htaccess and seems that doesn`t work .. <11> i`ve send this .htaccess and 2 pages to a friend to test them and .. at his server.. works <11> why.. don`t know :( .. <11> module is loaded, apache is restarted... <12> allowoverride enabled? <11> http://pastebin.com/552612 <11> dravine what allowoverride is it? <12> in httpd.conf <11> hmm <11> what to searh.. i see "llowoverride" to many places <11> <Directory /> <11> Options FollowSymLinks <11> AllowOverride None <11> </Directory> <11> this? <11> .. <12> yeah <11> and how to set it? <11> AllowOverride ... ? <12> what httpd version? <11> 2.55 <12> http://httpd.apache.org/docs/2.0/mod/core.html <12> scroll down to allow override <11> and what do you think that is good to set
Return to
#apache or Go to some related
logs:
what does x =+ 4 mean in C++? #MissKitten seom-server prompt authorization required myspace.com #mirc #chatzone xzeus undernet sjk mpd #php #linux
|
|