Re: apache-httpd-openbsd?

2016-05-16 Thread Bogdan Andu
my 2 cents here...

May be not what u want but have u considered Task::Plack ?
or even better, u can easily modify your Perl scrips to use slowcgi + built-in 
httpd demon 
if u can make use of OpenBSD machine, otherwise Task::Plack is a wondefull 
solution.

I would take this chance to get rid of Apache.

hope this helps,
Bogdan
 

On Sunday, May 15, 2016 7:15 PM, Chris Bennett 
 wrote:
 

 I've had to think about it, but since everything I've written is in
mod_perl, I'm going to have to switch over to Apache 2.
Very little perl is written or tested for Apache 1 now, so I'm going to
change over to Apache 2.

Thanks for the heads up a while back. It gave me a chance to think
things over carefully.

Chris Bennett



Re: apache-httpd-openbsd?

2016-05-15 Thread Chris Bennett
I've had to think about it, but since everything I've written is in
mod_perl, I'm going to have to switch over to Apache 2.
Very little perl is written or tested for Apache 1 now, so I'm going to
change over to Apache 2.

Thanks for the heads up a while back. It gave me a chance to think
things over carefully.

Chris Bennett



Re: apache-httpd-openbsd?

2016-05-09 Thread Jeff Ross

On 5/9/16 4:26 PM, Daniel Jakots wrote:


On Mon, 9 May 2016 15:03:30 -0600, Jeff Ross 
wrote:


Trying to install apache-httpd-openbsd in -current

https://marc.info/?l=openbsd-ports-cvs=146186762111571=2

Hmm--I went through all of the ports@ messages looking for a removal 
announcement but didn't find one.


Thank you, Daniel!

Jeff



Re: apache-httpd-openbsd?

2016-05-09 Thread Jeff Ross

On 5/9/16 4:25 PM, Fred wrote:


On 05/09/16 22:58, Jeff Ross wrote:

On 5/9/16 3:21 PM, arrowscr...@mail.com wrote:


try pkg_add
http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/apache-httpd-2.4.20p1.tgz 





That's apache 2.4, I want the 1.3.9 version that is, as my subject line
says, apache-httpd-openbsd.

Jeff



It was removed 11 days ago:

http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www/apache-httpd-openbsd/Attic/Makefile 



You'll need a cvs version before 28 Apr 16 if you want to build it 
yourself.


Cheers

Fred


Thanks, Fred!  That explains the missing package!

Jeff



Re: apache-httpd-openbsd?

2016-05-09 Thread Jeff Ross

On 5/9/16 4:30 PM, Stuart Henderson wrote:


On 2016-05-09, Jeff Ross  wrote:

Trying to install apache-httpd-openbsd in -current and it seems the
package is no longer available.

Correct.

Options:

- (preferred) migrate your configuration to a maintained http
server version.


I need mod_rewrite so I guess I'm headed for apache2.

- install 5.9 release.

- checkout an old version of the port (mkdir -p
/usr/ports/mystuff/www; cd /usr/ports/mystuff/www; cvs get -D \
2016/04/01 -d apache-httpd-openbsd ports/www/apache-httpd-openbsd)
and build it yourself; things will break again at some point though.


I cvs uped my src and ports and built
the system from source but when I try to install apache-httpd-openbsd
from ports I'm getting the "reading plist|Error: unknown fragment SHARED
at /usr/libdata/perl5/OpenBSD/Subst.pm line 109, <$fh> line 2." error.

that's not unexpected; the PFRAG.shared complexity has been removed
from ports now that vax is no longer a supported arch.

Okay--I think this must be above my pay grade because I can't see how 
vax is related, nor do I think I need to know ;-)


Thank you, Stuart, as always!

Jeff



Re: apache-httpd-openbsd?

2016-05-09 Thread Stuart Henderson
On 2016-05-09, Jeff Ross  wrote:
> Trying to install apache-httpd-openbsd in -current and it seems the 
> package is no longer available.

Correct.

Options:

- (preferred) migrate your configuration to a maintained http
server version.

- install 5.9 release.

- checkout an old version of the port (mkdir -p
/usr/ports/mystuff/www; cd /usr/ports/mystuff/www; cvs get -D \
2016/04/01 -d apache-httpd-openbsd ports/www/apache-httpd-openbsd)
and build it yourself; things will break again at some point though.

> I cvs uped my src and ports and built 
> the system from source but when I try to install apache-httpd-openbsd 
> from ports I'm getting the "reading plist|Error: unknown fragment SHARED 
> at /usr/libdata/perl5/OpenBSD/Subst.pm line 109, <$fh> line 2." error.

that's not unexpected; the PFRAG.shared complexity has been removed
from ports now that vax is no longer a supported arch.



Re: apache-httpd-openbsd?

2016-05-09 Thread Fred

On 05/09/16 22:58, Jeff Ross wrote:

On 5/9/16 3:21 PM, arrowscr...@mail.com wrote:


try pkg_add
http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/apache-httpd-2.4.20p1.tgz



That's apache 2.4, I want the 1.3.9 version that is, as my subject line
says, apache-httpd-openbsd.

Jeff



It was removed 11 days ago:

http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www/apache-httpd-openbsd/Attic/Makefile

You'll need a cvs version before 28 Apr 16 if you want to build it yourself.

Cheers

Fred



Re: apache-httpd-openbsd?

2016-05-09 Thread Daniel Jakots
On Mon, 9 May 2016 15:03:30 -0600, Jeff Ross 
wrote:

> Trying to install apache-httpd-openbsd in -current

https://marc.info/?l=openbsd-ports-cvs=146186762111571=2



Re: apache-httpd-openbsd?

2016-05-09 Thread Jeff Ross

On 5/9/16 3:21 PM, arrowscr...@mail.com wrote:


try pkg_add 
http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/apache-httpd-2.4.20p1.tgz

That's apache 2.4, I want the 1.3.9 version that is, as my subject line 
says, apache-httpd-openbsd.


Jeff