The Apache HTTP Server, commonly referred to as Apache, is an open-source HTTP server for modern operating systems including UNIX, its variants and Windows. Apache is a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
0
votes
0answers
5 views
mod_rewrite save http_referer
Could you please help me, I want to put .htaccess file into "/fonts/" folder and save all referes for font files (svg, woff, otf, ttf, eot) for example with save_referer.php.
I just need htaccess code ...
0
votes
0answers
4 views
Discard everything after URL using rewrite
I am setting a URL that anything added like this
http://www.website.com/abc-device.php">abc2
should switch to
http://www.website.com/abc-device.php
How can I achieve that? What Rewrite rule can do ...
0
votes
0answers
6 views
how to put my j2ee project online
i would like to put my j2ee project online.
That work on localhost:8080 with apache tomcat but
i would like clients can access to the web application
with a domain name.
Someone can help me please?
0
votes
1answer
7 views
Change query string to first directory using .htaccess - for multi-regional, multilingual website.
I'm having trouble translating example.com...
/xx-yy/whatever-directory/
to
/whatever-directory/?country=xx&lang=yy
Where language is optional and country default is uk.
There are a lot of ...
-4
votes
1answer
13 views
how to use java with apache solr [on hold]
apache solr-mysql
How can i make search with java and solr?
could you please help me?
thanks*
strong text
0
votes
0answers
9 views
Cross domain/protocol iframe with access to both servers and modern features
I am trying to embed an iframe into an https site. The site being embedded can only use the http protocol.
I'm getting a console error that the frame was blocked because "The frame requesting access ...
0
votes
0answers
5 views
DKIM signing mails with RAILS 3.2
I am trying to send DKIM signed mails through my Ruby application . I have set up the DNS records for the DKIM and enabled it on my server as well. If I send a mail directly from the server command ...
0
votes
1answer
9 views
How to change URL with .htaccess
I need help please. I have my website
and I try to change it with htacces the word getaways with oferta-pymes. It´s a script package for deals website but I want to modify it for my needs. So the new ...
0
votes
2answers
28 views
Convert HttpResponse to byte array
I have
HttpResponse response = httpclient.execute(httpget);
my method can transfer byte[] over sockets on device and PC, so how can i convert HttpResponse into byte[] and than back to ...
-1
votes
1answer
15 views
I want to integrate tomcat and apache using mod_jk for my grails application
I'd like to integrate tomcat and apache using mod_jk for my grails application. I want my static resources to be served from apache. The resources must be outside the application. I did the settings ...
0
votes
0answers
13 views
How to run PHP via Tomcat 6
I had write a simple PHP code and save it as testing.php in eclipse. I had use Tomcat 6 to run my code. Below are my code :
<html>
<body>
Print Hello to all:
<?php
function ...
0
votes
0answers
12 views
Apache wicket parent page expired when opening a popup
I do have my popup window from the wicket example site:
PopupSettings popupSettings = new PopupSettings("popuppagemap").setHeight(500).setWidth(500);
add(new ...
0
votes
1answer
20 views
How to set global font-family in Apache FOP?
This is what I've used before:
<fo:block font-family="Tahoma">Text</fo:block>
How can I specify that "Tahoma" is the font-family for the entire document?
I am looking for an ...
-2
votes
0answers
20 views
Apache enable multithreading [on hold]
On our server I notice that HTTPD only uses 8% CPU at most (there are 12 threads).
It is the latest version of Apache (WAMP package).
How do I enable multithreading?
0
votes
1answer
5 views
apache make_sock: could not bind to address [::]:8989
When I execute:
service httpd start,
I get this error
httpd:(98)Address already in use: make_sock: could not bind to address [::]:8989
(98)Address already in use: make_sock: could not bind to ...