#apache
14 November 2007
Total 14 pages. You are browsing page 14/14.
First :: Prev :: [...] [10] [11] [12] [13] [14] :: Next :: Last
22:26 <****> here we go
22:26 <****> yea .. iframe
22:26 <****> haha
22:26 <****> HAHA
22:26 <****> learn html?
22:26 <****> shut-up kthx.
22:26 <****> k
22:26 <****> learn asm
22:27 <****> did
22:27 <****> doubt it
22:27 <****> mov eax, 29
22:27 <****> kthx
22:27 <****> *shrug*
22:27 <****> anyone knowledgeable available in here?
22:27 <****> *sigh*
22:28 <****> Move to linux, or, get the site developed properly
22:28 <****> or is it yet another peeing contest with the dickless..
22:28 <****> ITS NOT MY SITE
22:28 <****> I dont care.
22:28 <****> then dont comment
22:28 <****> fuck
22:28 <****> Cry some more.
22:28 <****> anybody have the secret to lowering encryption on the "back side" of a reverse proxy, running apache as the revers proxy, need to connect to a legacy app and modern day browsers choke on it
22:28 <****> yea ill cry some more
22:29 <****> how can i get apache to not shorten (...) the URL requests in the error log?
22:29 <****> time to pentest some Net::RawIP on 60.234.135.124
22:30 <****> you are asshat #243,302
22:30 <****> our apache requires that we chmod ugo+x cgi-bin/script.cgi
22:30 <****> is there a way to not require that?
22:30 <****> that way someone can ftp their cgi script and not worry about setting that perm
22:33 <****> lol what's wrong with this channel
22:34 <****> did that guys seriously just say "I#ll hax0r yooo"
22:34 <****> mabe i didnt get the joke
22:37 <****> _dap42_: as far as i know, cgi scripts really need to be +x
22:37 <****> that would be a unix requirement, not an apache one.
22:39 <****> aep, some people are just retards, there is not much you can do
22:40 <****> *shrug*
23:06 <****> hi
23:08 <****> fine I've a problem with apache2+php: localhost/gode gives me the plain php-code, while locslhost/code/index.php works
23:09 <****> borwser cache
23:09 <****> browser cache
23:09 <****> Browser caches can be very persistent. Restarting the browser, or even rebooting, will not necessarily clear the cache. You must expressly clear the cache via the menus.
23:09 <****> ok, that was the problem :-) thanks
23:11 <****> anyone know if I can get Apache proxy to serve a file from a remote server if and only if it doesn't appear in it's local file system in the same "place" ?
23:11 <****> michi: no worries
23:11 <****> ajk^: no you cant
23:12 <****> hmm, that's a shame
23:12 <****> hi guys! how using ssl affects performance? what's your experience? how it acts under heavy load?
23:13 <****> anyone know how to get RewriteBase to always look in the current folder?
23:13 <****> for mod rewrite?
23:13 <****> mlaci: that depends on *LOTS* of factors
23:13 <****> number of hits, server spec etc
23:14 <****> im getting a "index.php was not found on this server." but it is
23:14 <****> in the exact directory its looking
23:15 <****> pctony: i thought it can only be problematic regarding cpu performance because of the cryptography. does it affects other resources also?
23:16 <****> I'm trying to set up apache for the first time. When I try to run the apache2 daemon, I get this error: "Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down. However, I've got Listen set to 8000 in my httpd.conf. Why is it trying to connect to port 80?
23:16 <****> if you have 5000 SSL connections RAM could be an issue, as it would with non-ssl too
23:16 <****> mlaci: if you are *really* worried get an SSL offloader
23:16 <****> DrChirs: you probably didn't remove the Listen 80 which was already there?
23:16 <****> or perhaps you set Listen in the wrong conf file
23:17 <****> was httpd.conf empty, by any chance? Or did it have a comment telling you to make changes somewhere else?
23:17 <****> rici: I suspect it's the latter. I'm editing /etc/apache2/httpd.conf, which was empty when I started. Should I be using /etc/apache2/apache2.conf?
23:18 <****> pctony: i'll consider this options. thanks!
23:18 <****> or is there another httpd.conf somewhere else?
23:21 <****> Dave: default layout
23:23 <****> fajita: default layout
23:23 <****> Pop along to http://wiki.apache.org/httpd/DistrosDefaultLayout for an idea on where the main distros place Apache files.
23:23 <****> DrChirs: read that ^^
23:24 <****> thanks guys
23:30 <****> can someone explain to a newbie what the config would look for a virtual host doing ssl on port 443?
23:30 <****> I've got a pair of virtualHosts, *:80 and *:443, with the same settings, except the second is configured to do SSL, and I can't seem to able to access the site with https
23:33 <****> you don't need just virtualhosts
23:33 <****> you need NamVirtualHosts
23:33 <****> NameVirtualHosts
23:33 <****> NameVirtualHosts is http://httpd.apache.org/docs/2.0/vhosts/name-based.html
23:33 <****> go there :)
23:41 <****> hmm, has anyone here set up https:// secure SVN over mod_dav_svn and Apache?
23:45 <****> allo! i've been following the steps found at https://help.ubuntu.com/community/Subversion, however when i get to "Add yourself and www-data (the Apache user) as users to this group", i notice i don't have a www-data user.
23:45 <****> should installing apache have created this user for me?
23:45 <****> i used apt-get install apache2
23:46 <****> (ubuntu 7.04)
23:49 <****> yes, apache creates the www-data user and group
23:50 <****> or rather, the Ubuntu apache package installer does
23:50 <****> grep apache /var/log/dpkg.log
23:50 <****> if it doesn't end with "installed" then it's gorn wrong
23:51 <****> adaptr: last line is "status installed apache2 2.2.3-3.2ubuntu0.1"
23:52 <****> then you should have the user - what makes you think you don't ?
23:55 <****> it's not in the fancy ubuntu GUI "users and groups" window
23:56 <****> ah, but it IS in /etc/passwd
23:56 <****> stupid fancypants GUI...
23:56 <****> usig a GUI for configuring services could be said to be ... wrong
23:57 <****> but we don't want you to jump out of windows errr to conclusions
23:58 <****> right, i just thought that by 7.04, a few GUI features *might* work
--- Log closed Thu Nov 15 00:00:17 2007
Total 14 pages. You are browsing page 14/14.
First :: Prev :: [...] [10] [11] [12] [13] [14] :: Next :: Last
