Apache Questions


Call QP2TERM from CL
I am using IBM iSeries (AS/400) with Apache server. To start the Apache I am running the following command: – Call qp2term – cd /usr/local/zend/apache2/bin – apachectl –k start  Can you please guide me how to start the Apache from CL command (Instead using qp2term program)  Thx

Answer Question   |  September 1, 2009  5:53 AM
Apache, CL Commands, iSeries, qp2term
asked by:
40 pts.

Connection fine on internet, but slow (even timesout) on LAN
I have PC1 directly connected to net and running few servers including web (apache). there are other 2 PC connected to this PC1 thgought switch. Problem is that when i try to open my webpage from any PC on LAN, webpage times out, also cannot connect to any games server. If it connects then after [...]

Answer Question   |  August 31, 2009  11:24 AM
Apache, Connection timeout, LAN, NetLimiter, Network connectivity, PC1
asked by:
15 pts.

webserver (Apache) problem from client
webserver run good and acceses from where it install. but when client access it through browser; message display not found.

Answer Question   |  August 26, 2009  5:49 AM
Apache, Client Access, Client Access Errors
asked by:
5 pts.

Tempory Zip Creation with Archive::Zip or other PERL Module
Is it possible with PERL to create a temporary zip file that is just served up? (vs. create zip, provide link, delete file)  I am not looking for code but more a point in the right direction to do something on the fly. I do have shell access. For example let’s say that I have a [...]

Answer Question   |  January 24, 2010  2:09 AM
Apache, CGI, Linux servers, Perl, Zip
asked by:
60 pts.

Mod Rewrite Fails with Encoded Urls Containing & ” #. Help…
I am using mod rewite quite successfully but I have a user who keeps using illegal characters and it breaks my program. It seems that either the & or the # may throw things off. I am in desperate need of some help. I’d rather not have to stop the users from being able to [...]

Answer Question   |  August 21, 2009  2:01 AM
Apache, CGI, Mod ReWrite, Perl, URL Encoding
asked by:
60 pts.

Can .htaccess be configured to force a caption on hotlinked images?
I know how to use .htaccess to prevent bandwidth theft or even spoof hotlinked images – but can .htaccess be used to force a hotlinked image to simply display an image caption instead? I’d like to force a “Image courtesy of X” caption beneath hotlinked images, so at least the bandwidth loss would be of [...]

Answer Question   |  May 29, 2009  4:58 PM
.htaccess, Apache, Bandwidth, Web development
asked by:
6,565 pts.

Presentation for Apache
I need to give a short and simple presentation on the Apache.. can u help me to find a short and clear description of Apache, where can refer?

Answer Question   |  April 20, 2009  4:19 AM
Apache
asked by:
45 pts.

Configure SSL on Apache 2.0 (Windows 2003)
I provide an application hosting service, and most of my clients require SSL. In most cases I generate the CSR on the server (which I host), I send the CSR to the customer and they get a certificate issued by a CA, and everything works nicely. For testing, I generate a self-signed certificate, and this [...]

Answer Question   |  April 7, 2009  3:15 AM
Apache, Apache 2.0, Apache SSL, Apache Web Server, Certificate Signing Request, Digital certificates, Root Certificate, SSL, Web security
asked by:
5 pts.

What are the main differences between Apache v.1.3 and v2.0
what are the main differences between apache v.1.3 and v2.0

Answer Question   |  February 23, 2009  3:46 PM
Apache, Apache 1.3, Apache 2.0, Apache HTTP Server, Apache Web Server, Web servers
asked by:
20 pts.

Apache TomCat
I’m starting on the IT word and i will like to have some assistance, documentation, information, data or any type of information you can provide to me about TOMCAT, Apache, Eclipse or any of the middleware technologies , all the help you can provide will be really apriciated

Answer Question   |  January 20, 2009  3:02 AM
Apache, Apache Middleware, Apache Tomcat, Eclipse
asked by:
5 pts.

asked by:
15 pts.

Easy access to local applications from a remote location
I may have a very simple, or a complicated question. I would like to access some applications that are stored on a remote computer. Sofar I have been scared off by reading about “setting up a webserver, apply for DNS, RAS servers and whatever else”. All I really want is to allow to have secure [...]

Answer Question   |  December 11, 2008  11:13 AM
Apache, Remote access, Remote connection
asked by:
155 pts.

Web servers
How to configure the apache web server

Answer Question   |  September 16, 2008  3:31 AM
Apache, Web servers
asked by:
50 pts.

RPG DUMP opcode produces no output in Apache CGI programs
We have a standard *PSSR subroutine for our ILE RPG programs that includes the DUMP opcode. It works fine except in CGI programs where no dump is produced when the *PSSR subroutine is executed. Does anyone know why this is?

Answer Question   |  June 11, 2009  2:56 PM
Apache, CGI, RPG, RPGILE
asked by:
25 pts.

New to php/mySQL having an issue with Mac OSX
I’m following the lynda.com video series on php with mySQL and have run into a hangup. When I install mysql and I’m checking to make sure it’s all running, pointing a browser to http://localhost gives me the apache is running page, but going to http://localhost/~(myusername)/, I get an error saying “Forbidden. You don’t have permission [...]

Answer Question   |  August 8, 2008  5:16 AM
Apache, Mac OS X, MySQL, PHP, Web development
asked by:
15 pts.

Web server
My client wants to install web server to run the website in Intranet. IIS and apache are solutions that I know of.  Is there anything else?

Answer Question   |  May 17, 2013  3:24 AM
Apache, IIS, Intranet, Web servers
asked by:
5 pts.

Htaccess help anyone?
I have a domain that has images pointing to a now nonexistent url. We will call it domain x. So it is http://domain.domainx.com/images/1.jpg I need to switch them to be http://www.domainy.com/images/1.jpg To switch all references of one to the other. Its like 5,000 of them. I found this: Options +FollowSymLinks RewriteEngine on # RewriteCond %{HTTP_HOST} [...]

Answer Question   |  July 31, 2008  1:47 AM
.htaccess, Apache, Redirect, RewriteRule, Web servers
asked by:
9,815 pts.

Apache config question
I’m trying to get a rewriteCond & rewriteRule to work. I want the command to check for a file(image) and if it doesn’t find it to use a default image. Not having any luck getting the command right. example: RewriteCond /doc/route/%{REQUEST_FILENAME} !-f RewriteRule ^(.+) /dir/images/dir/00000000.JPG [L]

Answer Question   |  March 5, 2008  4:24 PM
Apache, Config, Web
asked by:
5 pts.

How do I view my mod_ssl version without using phpinfo.php?
I would like to know how to view my mod_ssl version on Apache from the Internet without the use of phpinfo.php?

Answer Question   |  October 24, 2007  4:30 PM
Apache, mod_ssl
asked by:
0 pts.

Stop bit problem: USB to Serial Converter attached to motion controller, unable to set for 7-E-2
I have three different USB to Serial converters, one of them an isolated converter from B&B. One brand of motion controller I work on uses EVEN parity / 7 data bits / 2 stop bits as its default. I find that none of my converters will work on the controller in this configuration. If I [...]

Answer Question   |  November 22, 2005  5:36 PM
3Com, Active Directory, ActiveX, Administration, Apache, Automated, Availability, BASIC, Benchmarking, Business Objects, C, Cabling, Cape Clear Cape Connect, Career development, Cisco, Clustering, Cognos, Crystal Reports, Data analysis, Data Junction, Data management and storage, Data mining/analysis, Data warehousing applications, Database, DataCenter, DB2, Dell, Desktop management applications, Desktops, Development, DHCP, Distribution/logistics applications, DNS, Enterprise Desktop, Ethernet, Fault isolation, Fax and print management, FDDI, File, Frame Relay, Functional, H.323, Hardware, Hardware selection and management, Hewlett-Packard, Hewlett-Packard Application Server, Hubs, Hyperion, IBM, Informatica, Information Builders, Interoperability, Lifecycle development, Linux, Lotus Domino, Management, Manufacturing applications, Microprocessors, Microsoft Systems Management Server, Microsoft Windows, Migrations and upgrades, Monitoring, NCR, NCR/Teradata, Network applications management, Network connectivity, Network management software, Network monitoring, Network protocols, Network testing, Networking, Networking services, NIC, Novell IPX/SPX, Oracle, OS, Performance and availability, Performance management, Performance/Load, Ping, Power management, Printers, Programming Languages, Protocol analysis, Remote management, Routers, SAP, SAS Institute, Security, Servers, Software, Software testing, Software testing tools, SPSS, SQL Server, standards, Storage, Switches, Systems management software, TCP, Tech support, Thermal controls
asked by:
0 pts.