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
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" 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
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 locati
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
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 wrote:
>
> Installing Apache2 on OpenBSD5.6 as Nginx is now default htttd on OpenBSD an
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 figured
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).
Yeste
Got it
On Oct 21, 2014, at 10:54 AM, Patton, Billy N 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 m
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;
$D
Thanks, my hello world is now working.
On Oct 20, 2014, at 7:03 AM, Eric Covener
mailto:cove...@gmail.com>> wrote:
On Mon, Oct 20, 2014 at 7:58 AM, Patton, Billy N
mailto:billy.pat...@h3net.com>> wrote:
if (!r->handler || strcmp(r->handler, "example-handler"
Thanks, my hello world is now working :)
On Oct 20, 2014, at 7:15 AM, Issac Goldstand 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 co
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 example
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.
rt`.
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
mailto:billy.pat...@h3net.com>> wrote:
I’m sure this is going to be an obvious question.
I’m new to the WEB stuff, I’ve spent the last
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 https.c
15 matches
Mail list logo