[users@httpd] Use base

2015-08-04 Thread Patton, Billy N
I have an app that runs perfectly on our servers that have 5.10. This multiple inheritance use base myFile is fine on those servers. I'm running on MAC Yosemite and and running 5.18 perl and Apachie Billys-MacBook-Pro:Perl bpatto$ httpd -v Server version: Apache/2.4.10 (Unix) Server built: May

Re: [users@httpd] email problem.

2015-06-17 Thread Patton, Billy N
I got the problem fixed. It had nothing to do with Apache. It was all with the VM setup. On 6/17/15, 11:54 AM, Patton, Billy N billy.pat...@h3net.com wrote: I'm having a problem sending email from my app. To simplify at the top of my cp.cgi I added a little code then blocked the rest of my

[users@httpd] email problem.

2015-06-17 Thread Patton, Billy N
I'm having a problem sending email from my app. To simplify at the top of my cp.cgi I added a little code then blocked the rest of my script with _END_ . Below is my entry cp.cgi From a command line if I execute : perl cp.cgi I'll get an email. If I bury this within my code, at the desired

[users@httpd] unsubscribe

2014-12-19 Thread Patton, Billy N
- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Apache seems to crash leading all sites in a multi site environment to access /var/apache2/htdocs

2014-12-09 Thread Patton, Billy N
I’m a rookie also, it’s bee killing me with the little nuances. in your http.conf make sure you have DocumentRoot set. I just might be the default that your seeing. On Dec 9, 2014, at 2:51 PM, Lars Bonnesen lars.bonne...@gmail.com wrote: Installing Apache2 on OpenBSD5.6 as Nginx is now

Re: [users@httpd] http testing question

2014-11-07 Thread Patton, Billy N
I’ve just finished creating a script that will test my app for content and functionality. I use WWW::Mechanize and Test::WWW::Mechanize Getting their nuances took me some trial and error, There are some thing it is missing, su as proof that a radio button was actually clicked Or I havn’t

[users@httpd] OO perl in CGI

2014-10-22 Thread Patton, Billy N
I’ve just recently upgraded my mac to the new Yosemite. My app was working before this upgrade. I had no Idea that it would destroy so much, but I’ve got most of it back. It’s the inheritance between perl modules that is killing me. I know my machine candles inheritance(see example below).

[users@httpd] WWW::Mechanize for testing

2014-10-21 Thread Patton, Billy N
Trying to use WWW::Mechanize for my unit testing of an app. I requires a login, but this is something that comes before it hits my .cgi. I believe it is using the .htaccess to get it’s data. Here is my script using WWW::Mechanize. #!/usr/bin/perl -w use strict; use warnings; use Data::Dumper;

Re: [users@httpd] WWW::Mechanize for testing

2014-10-21 Thread Patton, Billy N
Got it On Oct 21, 2014, at 10:54 AM, Patton, Billy N billy.pat...@h3net.com wrote: Trying to use WWW::Mechanize for my unit testing of an app. I requires a login, but this is something that comes before it hits my .cgi. I believe it is using the .htaccess to get it’s data. Here is my

[users@httpd] C module

2014-10-20 Thread Patton, Billy N
I’m new to Apache. I’ve gotten mod_perl, php, cgi and html to do my hello world. I’m now trying to get a “c” module to print a simple “hello world”. I know there is something very simple I’m missing. I’ve read explanations and examples till they all seem to say the same thing. I’ve copied

Re: [users@httpd] C module

2014-10-20 Thread Patton, Billy N
Thanks, my hello world is now working :) On Oct 20, 2014, at 7:15 AM, Issac Goldstand mar...@beamartyr.net wrote: On 20/10/2014 14:58, Patton, Billy N wrote: But when the actions you want to take are in the module, how do I call it? Since my file.c is called mod_example.c and it compiles

Re: [users@httpd] C module

2014-10-20 Thread Patton, Billy N
Thanks, my hello world is now working. On Oct 20, 2014, at 7:03 AM, Eric Covener cove...@gmail.commailto:cove...@gmail.com wrote: On Mon, Oct 20, 2014 at 7:58 AM, Patton, Billy N billy.pat...@h3net.commailto:billy.pat...@h3net.com wrote: if (!r-handler || strcmp(r-handler, example-handler

[users@httpd] authorization (beginner)

2014-10-13 Thread Patton, Billy
I’m upgrading an app and have copied it from a production server to my macbook pro. On the production server when going to the site, it requires a login. On my mac It doesn’t and it also doesn’t get very far because it has no user in the system. Here’s the possibilities that I can conceive of 1.

Re: [users@httpd] Rookie help raw html C modules

2014-09-23 Thread Patton, Billy
apachectl restart`. Your config files are only loaded when the server is started, you need to restart if you make changes. On Mon, Sep 22, 2014 at 11:42 AM, Patton, Billy billy.pat...@h3net.commailto:billy.pat...@h3net.com wrote: I’m sure this is going to be an obvious question. I’m new to the WEB

[users@httpd] Rookie help raw html C modules

2014-09-22 Thread Patton, Billy
I’m sure this is going to be an obvious question. I’m new to the WEB stuff, I’ve spent the last 30+ years in the semi-conductor industry. No web stuff at all. I’ve installed Apache 2.2.26 on my MAC Powerbook, along with @ 20 packages that had to be installed :) They are registered in the