0
votes
1answer
11 views
Apache C module creation, problem linking SQLite
Playing around with this a bit, but not getting too far...
The logic of my SQLite code works if I compile it as a stand-alone executable.
My mod_hello.c compiles and loads/works fine without the …
0
votes
2answers
24 views
Web Service solutions from Mac
Trying to find a way to rapidly develop web services on the Mac Server platform that will be served via Apache and need to be able to write to flat files or SQL Lite on the Mac.
We have .net, ObjC, …
1
vote
2answers
37 views
Using URL contents to send data(post or get) to a PHP page.
OK, I am creating a questionnaire application that is managed by a single user on /manage. There, he can create multiple questionnaires, each with a different name and set of settings(registered …
0
votes
3answers
18 views
Setting a default Apache RewriteRule entry
I want to set a 'default' rewrite rule to catch anything that didn't match the previous rewrite entries. I've tried this:
RewriteRule ^(.*)/?$ index.php?url=$1 [L]
But the output returned is:
url …
0
votes
0answers
8 views
Apache Fop for .NET locks external-graphic image - can I force it to close the references?
Something in Apache FOP is locking modify/delete file access rights.
Here is the situation..
First, there is a gif file on disk, in a certain location in my web application structure, but more …
0
votes
2answers
23 views
when should I use “apache:apache” or “nobody:nobody” on my web server files?
Background: I remember at my old place of employment how the web server admin would always make me change the httpd-accessible file upload directories so that they were owned by apache:apache or …
0
votes
1answer
9 views
Does PHP proc_nice leave Apache threads at new priority setting?
When executing proc_nice(), is it actually nice'ing Apache's thread?
If so, and if the current user (non-super user) can't renice to its original priority is killing the Apache thread appropriate …
0
votes
1answer
6 views
mod_alias subdirectory replacement
I am using RewriteMatch to redirect all traffic from subdir1 to subdir2, while keeping all other parts of the url the same. So for instance,
http://www.mydomain.com/subdir1/
would redirect to
…
0
votes
1answer
36 views
protect specific url with .htaccess
I have a central script 'web' in the root of my site that handles everything. In the .htaccess the following lines tell appache to handle 'web' as a php file:
<Files web>
ForceType …
0
votes
1answer
23 views
Apache with JBOSS using AJP (mod_jk) giving spikes in thread count.
We used Apache with JBOSS for hosting our Application, but we found some issues related to thread handling of mod_jk.
Our website comes under low traffic websites and has maximum 200-300 concurrent …
1
vote
2answers
39 views
How to stop Apache from listing the contents of my user directories
I recently ran some penetration testing software on my web site and was surprised for it to report that one of my directory listings was publicly accessible.
It is the directory of the root user …
0
votes
1answer
23 views
Convert RTF files to DOC
I generate a report in doc format using Jasper, Jasper uses JRRTFExporter to generate doc reports, but wen i try and compare doc reports using POI it throws exception stating some header issues. Is …
0
votes
0answers
3 views
What is the format of an auth_tkt cookie?
The Apache module auth_tkt creates authentication cookies that can be verified cryptographically. What is the specification for an auth_tkt cookie?
0
votes
1answer
31 views
System.Data.SqlClient used in System.Data?
I have had that weird error this afternoon... I cannot figure out why System.Data could rely on System.Data.SqlClient.
This happens in Mono under Linux, and I do not rely on SQL Server at all, by the …
0
votes
1answer
11 views
Can I use Sun’s OpenSSO Apache WebAgent to integrate to a CA SiteMinder Policy Server?
The official Web Agents user documentation does not state what version of SAML is supported. I am trying to integrate this with a Policy Server that is not running Sun's OpenSSO policy server, so my …
