@# Quotes DB     useful, funny, interesting





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



Comments:

<0> I'm trying to get mod_write going, I've set Options Indexes IncludesNOEXEC FollowSymLinks on my <Directory>, and my .htaccess file looks like, http://pastebin.com/550195 , but if I try http://localhost/Home I get a 404 error
<1> Does anyone know of program for FreeBSD that I can use to write php. I want to be able to preview the files I am working on and have them parsed, I want my working directory to be /usr/local/www/data/ so my work in progress is live.
<2> digs: try eclipse?
<3> (if you do, get more memory)
<4> Is there some documentation for a beginner who wishes to configure apache for servlets?
<5> www.apache.org ?
<4> yea
<4> sorry about the question
<6> hey Azer
<7> anyone know of any good apr books? Tired of reading code in doxygen format...
<7> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<6> blur: ?
<7> hi
<7> doxygen it is then. sigh.
<8> ok.
<6> ok



<8> yeah.
<9> goodmorning
<9> whenever i try to access a specific website, through my browser of course, the APACHE cpu usage on the server that hosts the website goes to 99%. How can i find out what's causing this?
<3> mod_status
<3> (probably a horrific php script)
<9> I'm not very experienced with apache. What is mod_status? how do i use it?
<9> the same script is running 4 other websites on the same server without any problems when accessing those websites
<10> I followed the instructions here http://httpd.apache.org/docs/2.0/mod/mod_status.html to enable mod_status, but when i visit http://mydomain.com/sever-status i get: You don't have permission to access /server-status on this server.
<11> i have a problem
<11> i installed apache1.3.34 a few days ago on my home box...it had a problem starting the httpd....but i managed to start it somehow...after a reboot....i restarted the daemon...but now...i get
<11> Forbidden
<11> You don't have permission to access /
<11> ...
<11> and it worked..
<11> everything is set in its place...
<11> what is the problem ?
<11> failed because search permissions are missing on a component of the path
<11> that`s what it says in error_log
<6> hey azer
<10> hi
<10> while trying to start apache, i get this error message: httpd.exe: Syntax error on line 116 of C:/webserver/Apache2/conf/httpd.conf: Cannot load C:/webserver/php/php5apache2.dll into server: The specified module could not be found.
<10> but it's there
<12> Aristos: its c:\webserver\apache2 ?
<10> yes
<10> and the file is there
<10> i mean php5apache2.dll
<10> Kimmer?
<6> hey Azer
<13> hey how hard is it to setup https?
<14> fscking rocket science
<14> like, gotta-read-the-manual hard
<15> two|face: you need to set yourself up a certificate (or buy one for $$$), and then do a bit of .conf file editing
<15> but that's about it
<15> http://slacksite.com/apache/certificate.html
<15> there's a good tutorial on generating self-signed certificates
<14> are there any free CA's these days?
<15> .google free CA
<16> About 17700000 results. Displaying 1 - 5
<16> 1. http://www.cacert.org/ (Welcome to CAcert.org)
<16> 2. http://www.smoke-free.ca/ (Physicians for a Smoke-Free Canada)
<16> 3. http://www3.ca.com/securityadvisor/virusinfo/scan.aspx (eTrust Antivirus Web Scanner)
<16> 4. http://slwww.epfl.ch/SIC/SL/CA/ (Setting up a CA using free software)
<16> 5. http://www.hc-sc.gc.ca/hl-vs/tobac-tabac/index_e.html (Tobacco)
<14> hmm. looks like cacert.org ain't included in mainstream browsers yet.
<2> i don't think any free ca is included in mainstream browsers
<2> and for that matter they're useless as you could sign your own cert
<17> how execute a asp page in my apache?
<13> yeah I don't care so much about the certs as much as making sure SSL actually works
<13> is it required though? :) I'll go read
<15> you need a cert for SSL, yes
<13> ok
<18> hi
<18> i want to update a site and redirect any users that may come while i'm updating to a temp page
<18> how do i do this?
<2> RewriteEngine On
<2> RewriteCond %{REQUEST_URI} !^/temppage.html
<2> RewriteRule /.* /temppage.html
<18> and where do i put this?
<18> in a .htaccess?
<2> yes
<18> ok



<18> can this be for all ips except mine?
<2> yes
<2> RewriteCond %{REMOTE_ADDR} !^1.2.3.4$
<2> add that before or after the first rewritecond
<18> oh ok
<18> thanks - i'll try
<18> it doesn't work
<18> is that right madbovine ?
<2> dosen't work how
<18> doesn't redirect
<18> i want to redirect all requests to this progress page, but as this page has an image in it, how do i exclude hte image?
<18> RewriteEngine on
<18> RewriteCond %{REQUEST_URI} !^/\.?gif$
<18> RewriteRule ^.*$ progress.html
<18> that should exclude all requests for gif right?
<19> anyone in here know about htaccess files?
<5> most of us do
<5> but www.apache.org knows more than anyone
<19> I'm looking at a page about it....but I still can't understand it
<19> I'm not really a techie
<19> http://www.freewebmasterhelp.com/tutorials/htaccess/2
<3> alllie: try this one: http://httpd.apache.org/docs/2.0/howto/htaccess.html
<3> Lra: ^/\.?gif$ matches /.gif and /gif
<19> thanks
<20> anyone here?
<3> usually.
<20> well, im not
<5> lucky for the rest of us then
<21> hello all
<21> the error 403 what mean ?
<21> is a port closed ?
<5> please visit apache.org for more information
<21> http://elloco.org:8080/~TriViaL/tabla.html
<21> i dunno wtf is the problem :/
<21> Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
<3> read your error log.
<21> ok
<21> what is the dir ?
<21> tail ?
<21> [root@Linux logs]# ls
<21> access_log access_log.3 error_log.1 error_log.4 ssl_error_log.1 ssl_error_log.4
<21> access_log.1 access_log.4 error_log.2 ssl_access_log ssl_error_log.2 ssl_request_log
<21> access_log.2 error_log error_log.3 ssl_error_log ssl_error_log.3
<21> all that damn logs
<21> hehehee
<21> [Sun Feb 12 11:50:25 2006] [error] [client 66.98.15.15] (13)Permission denied: access to /~TriViaL/tabla.html denied
<21> hmmm
<21> 66.98.15.15 - - [12/Feb/2006:11:50:25 -0500] "GET /~TriViaL/tabla.html HTTP/1.1" 403 418 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)"
<21> twkm ?
<3> what?
<21> that file is there
<21> why is denied ?
<3> so?
<3> did you read what you pasted?
<21> i say why is DENIED
<21> [root@Linux public_html]# pwd
<21> /home/TriViaL/public_html
<21> [root@Linux public_html]# ls
<21> gfx stats.html tabla1.html tabla2.html tabla.html
<21> on the httpd.conf
<21> UserDir enabled TriViaL
<3> ahh, you can't read.
<21> UserDir public_html
<21> yeah i can`t read it
<21> :/
<3> fix that.
<3> fix the permissions of the file so it can be read.
<21> for give permission
<21> the command is
<21> chomod 770 file
<21> ?
<21> chmod*
<21> damn it


Name:

Comments:

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






Return to #apache
or
Go to some related logs:

#php
#linuxhelp
15fuck
#php
What bowling term means three straight strikes?
#java
#linux
asm currentversion run
+ubuntu +tulip_stop_rxtx +failed
#linuxhelp



Home  |  disclaimer  |  contact  |  submit quotes