mod-perl2
WebApp configuration in mod_perl 2 environment
I have a web app I\'m writing in mod_perl 2.(It\'s a custom handler module, not registry or perlrun scripts.)There are several configuration options I\'d like to have set at server initialization, pre[详细]
2023-04-12 21:40 分类:问答How do I change the working directory of Apache2/mod_perl2
I have a mod_perl2 module that writes some files to the working directory. The standard working directory of mod_perl2 or Apache2 seems to be \"/\". Of course, Apache is not allowed to write files in[详细]
2023-04-10 18:29 分类:问答How do I create a persistent connection handle (for MySQL and memcached) under mod_perl2 for each child process of Apache2?
I\'m at my wit\'s end. My current (failed) implementation of small MySQL-backed webpage heavily relies on a module Project::Connection that stores two package-scoped (our\'d) handles (mysql_handle and[详细]
2023-03-30 11:29 分类:问答Perl, mod_perl2 or CGI for a web-scraping service?
I\'m going to design an open-source web service which should collect (\"web-scrape\") some data from multiple - currently three - web sites.[详细]
2023-03-24 07:19 分类:问答File operation slower when excuted by mod_perl than when executed in CGI
I have an application which runs on cgi. I have ported it to mod_perl2 ( using apache2::compat) and rewriting the cgi file into a mod_perl handler. Strangely, the performance I am obtaining due to the[详细]
2023-03-12 12:19 分类:问答PSGI: What is it and what's the fuss about?
I have been trying to decide if my web project is a candidate for implementation using PSGI, but I don\'t really see what good it would do for my application at th开发者_如何学JAVAis stage.[详细]
2023-03-08 06:43 分类:问答CGI::escapeHTML() doesn't work
I am new to CGI, my code output: Hello, \"<h1>Tom Cat</h1>\"! Seems the escapeHTML() doesn\'t work.[详细]
2023-02-28 03:04 分类:问答Apache addon perl script for obtaining subdomain from a wildcard
I had an issue regarding this which I\'ve manage to fix to this stage, but the only issue is finding out how this could be achieved by perl.[详细]
2023-02-22 05:45 分类:问答Apache 2 on VM *sometimes* not finding mods-enabled directory
I\'m running Apache 2 on an Ubuntu 10.04 server VM (ESXi 4.1) and getting something very weird: Sometimes the mods-enabled directory is found.[详细]
2023-02-11 19:47 分类:问答Apache mod_perl2 migration problem
I have an apache2 config file under /etc/init.d/apache2/conf.d/which uses Perl Sections. I am just trying to test if a module is loaded and configure apache as appropriate.[详细]
2023-02-03 00:22 分类:问答