@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<0> Hi
<0> What a day!
<0> So the only reference that I can really find to kern.maxdsiz exists only in the MySQL manual, for FreeBSD notes.
<0> It says "older" kernels don't support that, along with kern.dfldsiz and kern.maxssiz - but it doesn't define "older".
<0> says "In current versions of FreeBSD (at least 4.x and greater)....". This box is 4.9, and I don't see these keys even listed via sysctl kern
<0> ***uming I *should* be able to see those keys as sysctl variables. I know you can only change those particular ones at boot - but they should still be listed as reference.
<0> I suppose this means that an upgrade to 4.11 is appropriate.
<0> why am I asking here.
<0> Oops.
<1> hi
<2> greetings, anyone online?
<3> we are all technically online
<2> heya ]Gnome[
<2> I have an issue with mod_rewrite
<2> http://validator.w3.org/check?uri=www.mephistofel.org <-- I get this header return, and google's analytics is not able to check the code for validate, and I ***ume is the same error



<2> now, i've found that lynx sais: Location URL is not absolute. if I try: lynx http://www.mephistofel.org and it does a redirect to http://www.mephistofel.org/index.html
<2> any hints please ?
<3> you didn't really ask a question, just stated a bunch of facts
<3> however I don't really know mod_rewrite anyway so you're best hope is if someone else is around
<2> my question is how to get ride of "302 found"
<3> your*
<3> .head http://www.mephistofel.org
<4> 302 Found
<4> Server: Apache/2.2.0 (Unix) mod_ssl/2.2.0 OpenSSL/0.9.8a DAV/2 PHP/5.1.2
<3> interesting
<2> yes ...
<2> do you need the rewrite rules ?
<3> they wouldn't hurt
<2> 302 it's a redirect no ?
<2> mod_rewrite does a "redirect" in a way ...
<2> because it does a "redirect" to a php script
<3> 302 means temporarily moved i believe
<2> yes
<2> so ..
<2> any hints I might try ? :)
<3> http://www.thescripts.com/forum/thread157122.html
<3> that might apply to you in some way
<3> i really don't know
<2> YOU ARE SMART !
<2> i do have a redirect, because I'm setting the language
<1> ]Gnome[: is the smartest of this channel
<1> !
<2> http://validator.w3.org/check?uri=www.mephistofel.org
<2> bingo !! :)
<2> }}}{{{
<2> I owe u one !! :)
<2> thanks a lot ]Gnome[
<2> i'm off to sleep
<2> have a nice day/night
<5> thrilling.
<6> hi
<7> yop all
<8> .dict sulk
<8> p`u:
<4> sulk
<4> n : a mood or display of sullen aloofness or withdrawal; "stayed
<4> home in a sulk" [syn: {sulkiness}]
<4> v : be in a huff and display one's displeasure; "She is pouting
<4> bec
<4> (truncated)
<8> waky paky
<8> .head se.linux.org
<4> 200 OK
<4> Server: Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.1.4 PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4
<8> .dict slated
<4> No definitions found for slated
<9> does all here know how to use http?
<9> nid help
<10> A) msging does not get you help any faster B) ask a specific question relateing to your problem will get you help faster than naything else
<11> nid?
<11> use http?
<11> http://www.google.com/
<11> double click that url. you'll be using http.
<9> httpd?



<11> you never stated that.
<9> hehe
<9> sorry
<11> please, no private messages :P
<11> using apache httpd is very straightforward.
<11> what os?
<9> windows
<11> ah, i've never used vhosts. sorry.
<9> ow ok
<11> (he needs help with vhosts)
<9> i was trying to host 2 sites using 1 ip but i cant get it right
<8> pandaber: lets consult an example
<8> http://wootgnu.org/files/configs/example-vhost.conf
<9> tnx!
<9> ill try that
<9> sorry totally newb in this :D
<11> advice :
<11> when on irc, pretend you're writing a letter to the leader of your country.
<11> "nid", "tnx", and "newb" should be avoided.
<9> NineVolt_ nice tip ok ill do that nxt tym
<11> that's it.
<11> azer, i need ops in here :P
<8> hah
<8> +a
<12> and you misspelled bear.
<9> lol
<9> hi again
<9> what version of httpd is the best? i dont understand why they release many versions
<5> there is no "best".
<9> ow ok then whch is better?
<5> each.
<9> then maybe there no "better"? all are good
<9> haha
<13> heh
<13> apache thinks its 2.2.2 ..... and represents the best available version of Apache HTTP Server.
<9> u all using unix?
<13> probably not
<9> bye all tnx for the help see u again tommorow..
<13> .head 66.129.41.69:81
<4> 200 OK
<4> Server: Apache
<13> .head 66.129.41.69:80
<4> 200 OK
<4> Server: Apache/1.3.33 (Debian GNU/Linux) PHP/4.4.0-3
<13> ouch
<14> Hiyas
<15> is there a way to direct wap 1 users to a spesific location?
<13> RewriteCond %{HTTP_ACCEPT} (x-)*(application|text)/(x-)*(vnd[-.])*(wap[-.]|wml)+
<13> RewriteRule ^(index.html)*$ index.wml [L]
<13> .. maybe..
<15> hm okey.. il try
<13> or wacky php
<13> <?
<13> if(preg_match("/vnd.wap.wml/",$_SERVER['HTTP_ACCEPT'])){
<13> header("Location: http://wap.mysite.com/";);
<13> exit;
<13> }
<13> ?>
<15> that first example worked perfectly
<15> what would you recommend?
<13> heh the one that worked perfectly
<15> hehe, yes.. of course.. but the first may be better than the second in one or another way
<13> well, i dislike php
<13> so i'd pickt he first one
<15> okey. what wrong with php? :o
<13> most peoples code
<13> php in itself is fine
<15> but than you dislike most peoples code :p
<13> dislike most people *
<15> damn.. now the site is 100% wap comtatible. thanks a lot
<13> no problem
<16> hello i i have a server witch apache and real ip, but when i try to access the web page trought the real ip it fails can any one help me?
<16> in the LAN server work just fine


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #apache
or
Go to some related logs:

#java
#linuxhelp
#php
java DSAMessage api
ssh-agent openbox
virus_86
ahmedhakeem
#AllNiteCafe
break-biss
c++ while(*sPtr != '\0')



Home  |  disclaimer  |  contact  |  submit quotes