Re: [users@httpd] Re: Cron job for Apache managed Letsencrypt TLS certs

2023-03-25 Thread Ruben Safir
On 3/24/23 21:53, Tom Browder wrote: > On Fri, Mar 24, 2023 at 20:26 Ruben Safir wrote: > >> On 3/24/23 20:53, Sean Conner wrote: >>> /usr/local/apache2/bin/apachectl graceful >> >> that might not work if systemd is superving > > > What would you

Re: [users@httpd] Re: Cron job for Apache managed Letsencrypt TLS certs

2023-03-24 Thread Ruben Safir
On 3/24/23 20:53, Sean Conner wrote: > /usr/local/apache2/bin/apachectl graceful that might not work if systemd is superving -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998

Re: [users@httpd] Can I serve CLI Applications using Apache

2022-06-23 Thread Ruben Safir
On Thu, Jun 23, 2022 at 11:15:13AM +0600, Ahmad Ismail wrote: > I have already bumped into CGI (after asking the question here). > > However, I have some issues with CGI. For example, I have to add HEADERS > maintaining CRLF etc in the output. However, I want the CLI app to be > totally

Re: [users@httpd] Linking website pages with Apache on LocalHost

2022-05-03 Thread Ruben Safir
On 4/27/22 12:25, DiversityLink/Milt Spain wrote: > I have gotten Apache2.4 installed and running on my local computer. It’s > on the C drive and the website is at C:/Apache24/htdocs/Milt.com. >   > The Milt.com folder contains Index (htm file) and Page1 (html file). >   > 127.0.0.1/Milt.com

Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-13 Thread Ruben Safir
On 4/13/22 18:18, Knute Johnson wrote: > What do you get when you ping localhost? > > knute... it is responding with a 403 which means there is nothing to ping about 403 Forbidden The HTTP 403 Forbidden response status code indicates that the server understands the request but refuses to

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-04-01 Thread Ruben Safir
On 3/30/22 14:17, SAJESH PC wrote: > Iam sharing a screenshot of the browser console errors. Hope this helps. > fwiw apache looks like it is working just file and it is not a great idea to send images on mailing lists. > On Wed, Mar 30, 2022 at 8:14 PM Richard >

Re: [users@httpd] Issue with Apache 2.4.51 hanging

2021-10-26 Thread Ruben Safir
mpm_prefork has been problematic, FWIW On Tue, Oct 26, 2021 at 11:17:31AM +0100, Patrick Verdon wrote: > Hi Daniel, > > Thanks for the feedback. > > Unfortunately that's not really an option for us, as it's a major > architecture change, and is only something we would consider as a > last

Re: [users@httpd] School Project cancelled

2021-04-30 Thread Ruben Safir
On 4/30/21 6:36 PM, emily.bun...@aol.com.INVALID wrote: > > My Daddy will help me to pursue legal action for obstructing me from > doing my school project. lovely -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind

Re: [users@httpd] Replays from Internet

2021-01-19 Thread Ruben Safir
this has nothing to do with apache On Tue, Jan 19, 2021 at 11:55:41AM -0500, John wrote: > Since the beginning of 2021 we have encountered two online orders and > possibly a third, where the customer denies making the order and the > httpd log seems to confirm that. > > In each case, the person

Re: [users@httpd] Apache in under attack.

2021-01-11 Thread Ruben Safir
On 1/11/21 6:06 PM, Jason Long wrote: > Hello, > On a CentOS web server with Apache, someone make a lot of request and it make > slowing server. when I disable "httpd" service then problem solve. How can I > find who made a lot of request? > [url]https://imgur.com/O33g3ql[/url] > Any idea to

Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Ruben Safir
On Wed, Jan 06, 2021 at 08:45:50PM -0500, Eric Covener wrote: > On Wed, Jan 6, 2021 at 6:31 PM Ruben Safir wrote: > > > > On 1/6/21 4:01 PM, d...@tuxweb.it wrote: > > > > > > This is because you did not tell apache to forward incoming HTTP > > > requests

Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Ruben Safir
On 1/6/21 4:01 PM, d...@tuxweb.it wrote: > > This is because you did not tell apache to forward incoming HTTP > requests to the PHP Engine. > You can integrate Apache httpd with PHP in different ways, generally > they are PHP-FPM (through fastcgi), mod_php (apache SAPI module) and CGI >

Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Ruben Safir
On 1/6/21 11:09 AM, Kaushal Shriyan wrote: > When I invoke it from the browser Apache shows PHP code instead of > executing it. Please let me know if you need any additional information. > Thanks in Advance trun it on and read the docs. You need to turn it one from httpd.conf and assign it to a

Re: [users@httpd] SentEnvIf and multiple X-Fowarded-For headers

2019-10-23 Thread Ruben Safir
P > SetEnvIf X-Forwarded-For "(,| |^)172\.(1[6-9]|2\d|3[0-1])\." WhiteIP > SetEnvIf X-Forwarded-For "(,| |^)10\." WhiteIP > Allow from env=WhiteIP > > Just out of curiosity, where is this documented? Ruben > Indeed, there is

Re: [users@httpd] Basic Authorization & autoindex enabling

2019-09-27 Thread Ruben Safir
apache doesn't know the user. The user would have to log in itentify themselves first. you can drop authentication into ./.htaccess in the defined user root directors On 9/27/19 10:30 AM, Jack Simmons wrote: > Good day everyone! I've got a question related to Basic Authorization and > Home

Re: [users@httpd] Basic Authorization & autoindex enabling

2019-09-27 Thread Ruben Safir
On 9/27/19 10:30 AM, Jack Simmons wrote: > Good day everyone! I've got a question related to Basic Authorization and > Home directory detection. Namely, I want to configure the webserver in such > a way that it allows to do autoindex if user is browsing their home > directory. I tried to

Re: [users@httpd] URL question

2019-05-26 Thread Ruben Safir
On 5/26/19 9:37 AM, Stephen wrote: > Try changing the filename from bar.html to index.html > > Stephen > www.roissy.ca you can actually filter with a regex to bar to bar.html or redictect it within the apache config file. you can also turn off directory access. > > On 2019-05-26 8:59 a.m.,

Re: [users@httpd] RE: Need some advice - thread safe php module

2019-05-22 Thread Ruben Safir
On 5/22/19 4:11 PM, Jeff Cauhape wrote: > Hi, > > I am porting some older web pages from Apache 2.4.6 to Apache 2.4.37 on Linux > and apparently need to find a thread-safe version of libphp5.so to use, since > we're > running MPM. > > > * Does anyone know where I can download the apache

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Ruben Safir
On 1/21/19 3:07 PM, Osman Zakir wrote: > I can see the app on localhost on either port 8000 or port 8081. What am I > doing wrong? > fix your network then. -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Ruben Safir
On Mon, Jan 21, 2019 at 04:19:00PM +, Osman Zakir wrote: > Wait, so it's fine if I use my internal IP address? The app will be > available on my public IP address in that case too? you app is being called by apache so it doesn't matter were it is as long as apache can reach it.

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Ruben Safir
On Mon, Jan 21, 2019 at 04:27:38PM +, Osman Zakir wrote: > This is what I have in the conf file at the bottom: > " > "E:/programming/visual_studio_2017/Projects/currency_converter/x64/Release"> > Options All??? > Options Indexes FollowSymLinks??? > AllowOverride None??? >

Re: [users@httpd] Updating to php 7.0 and having apache still work?

2018-09-30 Thread Ruben Safir
rk on PHP65 will work on PHP7, but this is a PHP problem, and while you might find some help here, you will be better off talking the NYPHP or a PHP forum/usenet Ruben -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of

Re: [users@httpd] virtual host

2018-09-28 Thread Ruben Safir
/local/apache/logs/* On top of that, FWIW, virtual hosts are very dependent on fuinctioning DNS, and your DNS is being setup dynamically with dynamicdns etc. That has often been a source of trouble, to say the least. Look, if it is real trouble, you can call me if you want on Sunday. Ruben -- So ma

Re: [users@httpd] virtual host

2018-09-28 Thread Ruben Safir
our DNS is being setup dynamically with dynamicdns etc. That has often been a source of trouble, to say the least. Ruben -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://w

Re: [users@httpd] virtual host

2018-09-28 Thread Ruben Safir
On 9/28/18 5:21 AM, Sander Smeenk wrote: > Quoting Carmel NY (carmel...@outlook.com): >> This is my first attempt to set up a virtual host with apache24 on a >> FreeBSD 11.2 machine, and it is not working out so well. > > Please elaborate on the 'not working out so well' bit. > > >> Assuming a

Re: [users@httpd] Apache crashes with: AH03104: apr_thread_create

2018-09-22 Thread Ruben Safir
On 9/22/18 5:12 PM, Rainer Jung wrote: > Since your system seems to have lots of free memory, I don't expect a > memory shortage unless there's a memory leak and the memory numbers you > showed below would be very different when the crash actually happens. > Each thread needs a thread stack in

Re: [users@httpd] Testing for apache open relaying

2018-09-05 Thread Ruben Safir
On 9/5/18 4:47 PM, Robert Moskowitz wrote: > There is a way with open proxies to PUT content that goes out on port 25. but that doesn't turn Apache into a mail server -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the

Re: [users@httpd] Testing for apache open relaying

2018-09-05 Thread Ruben Safir
How do you think Apache will relay mail? Apache has nothing to do with email. On 9/5/18 11:58 AM, Robert Moskowitz wrote: > My mail server is being blocked by barracuda and spamexperts. > > I have tested my mail port via mxtoolbox.com and I came out clean and no > relaying. > > So I suspect

Re: [users@httpd] Fw: unsubscribe

2018-02-09 Thread Ruben Safir
On 02/08/2018 09:18 PM, Richards, Toby wrote: > ?I sent my unsubscribe message over seven hours ago. Why am I still getting > messages? > > why take personal problems to the list? - To unsubscribe, e-mail:

Re: [users@httpd] how to get post data when using shell script as cgi script.

2018-01-03 Thread Ruben Safir
On 01/03/2018 10:21 PM, Keva-Slient wrote: > i use set in script printing all environment variables. > there is no variable named "QUERY_STRING_POST" > > > using shell script getting post data is found in this webpage. > > > http://www.team2053.org/docs/bashcgi/postdata.html > > >

Re: [users@httpd] how to get post data when using shell script as cgi script.

2018-01-03 Thread Ruben Safir
On 01/03/2018 10:21 PM, Keva-Slient wrote: > i use set in script printing all environment variables. > there is no variable named "QUERY_STRING_POST" > > > using shell script getting post data is found in this webpage. > > set is a shell script command not an HTTPD command.

Re: [users@httpd] Re: mirror a html site

2017-12-24 Thread Ruben Safir
On 12/24/2017 01:49 PM, Miguel González wrote: > On 12/24/17 12:53 AM, Good Guy wrote: >> On 23/12/2017 10:26, Miguel González wrote: >>>   A hosting company with their builder tool created a static html site >>> that can´t be downloaded. >>> >> Did you try this tool? >> >>

Re: [users@httpd] mirror a html site

2017-12-24 Thread Ruben Safir
On 12/24/2017 01:54 PM, Jonathan Sélea wrote: > Offtopic, but why do is your email "miguel_3_gonza...@yahoo.es.INVALID"? > > Is it my postfix who has somekind of breakdown? email the list instead? -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches

Re: [users@httpd] Apache2 php not responding

2017-12-12 Thread Ruben Safir
On 12/12/2017 12:56 PM, Robert Steinmetz AIA wrote: > I run a server on Ubuntu 16.04 and recently did some updates, after the > updates the Apache2 server does not run php correctly. the pages simply > time out. I'm running a php Application Egroupware, which is written in > php. >

Re: [users@httpd] Apache 2.4 DoS?

2017-11-10 Thread Ruben Safir
s > Weill Cornell Medicine > E: d...@med.cornell.edu > O: 212-746-6305 <(212)%20746-6305> > F: 212-746-8690 <(212)%20746-8690> > Did you try the PHP mailing list? That version of PHP is like Swiss cheese and you are not going to be able to avoid a complete rebuild of the server which

[users@httpd] comfil problem with 2.4.23

2017-09-30 Thread Ruben Safir
I am having trouble compiling mod_perl and the docs recommend 2.4.23 is I tried it and I get this compile error make[2]: Entering directory '/home/ruben/src/httpd-2.4.23/support' /usr/share/apr-1/build/libtool --silent --mode=link gcc -pthread -lssl -lcrypto \ -L/usr/lib -o ab

Re: [users@httpd] how to get httpd to use a proxy, cascading to a 2nd proxy ?

2015-04-09 Thread Ruben Son
I am sorry but I can't Answer your question cause I am still building my network but had to say your setup sounds very interesting and I have similar plans with the Android I am new to servers I installed Apache on a ubuntu host on a hp 8 gig ram installed on a 2 tb external hard drive I don't

[us...@httpd] Mod_Evasive Mod_Deflate: Apache running under NAS

2009-09-07 Thread Ruben
Hi all folks! Its my first message to the mailing list, so excuse me if Im posting on wrong place. I have worked with Apache since 4 years ago, almost always with version 2.X. So I have a little experience with this great web Server. Lately, Im introducing NAS tecnologies with free

Re: [us...@httpd] cgi http complete header

2009-04-16 Thread Ruben Lihet
please... help ? How canI get rid of the extra http headers apache is sending ? 2009/4/16 Ruben Lihet evil...@gmail.com: I managed to get rid of the .htacces error. I had to add a RedirectBase /cgi-bin directive to the .htacces and now it's working. But another problem occured. Now because

Re: [us...@httpd] cgi http complete header

2009-04-16 Thread Ruben Lihet
Where do I have to put the dash - ? In this rule: RewriteRule ^([^/\.]+)/?$ nph-main.cgi?lid=$1header=%{HTTP:Range} 2009/4/15 Ruben Lihet evil...@gmail.com: Okay, so .. I made a little test. In the same directory with my cgi script I write a .htaccess file containig this: Allow from all

Re: [us...@httpd] cgi http complete header

2009-04-16 Thread Ruben Lihet
Yep, thats exactly what I needed. And it's very logical. When a range request is made, mod_rewrite sets an environment variable with the corresponding value. Thanks! Problem solved. 2009/4/16 Eric Covener cove...@gmail.com: On Thu, Apr 16, 2009 at 2:52 PM, Ruben Lihet evil...@gmail.com wrote

[us...@httpd] cgi http complete header

2009-04-15 Thread Ruben Lihet
Hello, I am writing a nph cgi script in c++ and I'm running it through apache 2.2 on linux. I want to read a certain part of the request-header that is not available as an environment variable. That would be the Range: ... request. How can I read that ? To be clear: I'm sending the client that I

Re: [us...@httpd] cgi http complete header

2009-04-15 Thread Ruben Lihet
OK, but can mod_rewrite read the http-header ? I know mod_rewrite can read get parameters, but I don't know if it's capable of reading the http header. 2009/4/15 Eric Covener cove...@gmail.com: On Wed, Apr 15, 2009 at 4:36 AM, Ruben Lihet evil...@gmail.com wrote: Hello, I am writing a nph cgi

Re: [us...@httpd] cgi http complete header

2009-04-15 Thread Ruben Lihet
great, thanks, than I'll stick to mod_rewrite and do some digging in the docs! 2009/4/15 André Warnier a...@ice-sa.com: Ruben Lihet wrote: OK, but can mod_rewrite read the http-header ? That's exactly what Eric suggested. mod_rewrite reads the http header, and copies its content

Re: [us...@httpd] cgi http complete header

2009-04-15 Thread Ruben Lihet
192.168.18.1] File does not exist: /var/www/html/var Any hints what could it be ? Thanks again! 2009/4/15 Ruben Lihet evil...@gmail.com: great, thanks, than I'll stick to mod_rewrite and do some digging in the docs! 2009/4/15 André Warnier a...@ice-sa.com: Ruben Lihet wrote: OK, but can

Re: [us...@httpd] cgi http complete header

2009-04-15 Thread Ruben Lihet
OK Date: Mon, 06 Apr 2009 23:58:47 GMT Server: Apache/2.2.3 (CentOS) Content-Length: 0 Connection: close Content-Type: text/plain; charset=UTF-8 How can I use mod_rewrite to pass the request-header to the nph-cgi and my script preserve its nph properties ? 2009/4/15 Ruben Lihet evil...@gmail.com

RE: [us...@httpd] Re: CGI Child Process Question

2009-03-21 Thread Lihet Ruben
- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, March 21, 2009 3:53 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: CGI Child Process Question Lihet Ruben wrote: [...] Well, if you know better, why do you ask

[us...@httpd] Re: CGI Child Process Question

2009-03-21 Thread Lihet Ruben
during the thread. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, March 21, 2009 4:37 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Re: CGI Child Process Question Lihet Ruben wrote: Well, I don't know better. I didn't knew at all before I

[us...@httpd] CGI Child Process Question

2009-03-20 Thread Lihet Ruben
Hello, My name is Lihet Ruben, I'm new to this mailing list. I have a question about a CGI script I want to make. So, this is the scenario. The CGI script will serve content to users (like a file download) but I have to keep track of many other things. The most important thing is I want to know

[us...@httpd] Re: CGI Child Process Question

2009-03-20 Thread Lihet Ruben
: Friday, March 20, 2009 8:28 PM To: users@httpd.apache.org Subject: [us...@httpd] Re: CGI Child Process Question Lihet Ruben ruben.li...@my.fmi.unibuc.ro writes: The most important thing is I want to know if the person has downloaded the file completely or canceled the download. So I thought

[EMAIL PROTECTED] HTTPs Connection timeout

2007-02-20 Thread Ruben Rubio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have an http server with ssl configured. In the last weeks there is an error and I cannot find the solution. Sometimes, when a user is using https, there is an error Connection timeout when trying to connect to a server. This happens three or