1,520 Topics
| |
Hello All, I am a Apache newbie, currently stuck up on URL masking setting :(. I have a URL called 'abc.maindomain.com', I would like to convert it to 'anotherdomain.com'... I know the setting to redirect the URL, but I am not able to mask the URL. Can anyone from please … | |
hi guys how r u doing .. i am using a website to help me install the three components through the tutorial on the website everything seems to be working except the MySql part .. the tutorial says i should go to DOS and there i should run mysqld-nt --console … | |
I am having problems with the mod_rewrite including an apostrophe. I was able to make this work.... RewriteRule ^([A-Z]{2})/([a-zA-Z]*)/(([a-zA-Z]|'s-[a-zA-Z])*)\.html$ /list.php?stateabrev=$1&city=$2&restName=$3 RewriteRule ^([A-Z]{2})/([a-zA-Z]*)/(([a-zA-Z]|'s-[a-zA-Z]|-[a-zA-Z])*)\.html$ /list.php?stateabrev=$1&city=$2&restName=$3 RewriteRule ^([A-Z]{2})/([a-zA-Z]*)/(([a-zA-Z]|'s-[a-zA-Z]|-[a-zA-Z]|-[a-zA-Z])*)\.html$ /list.php?stateabrev=$1&city=$2&restName=$3 However if I only want one work and no dash I can not get it to work.... RewriteRule ^([A-Z]{2})/([a-zA-Z]*)/(([a-zA-Z]|'s)*)\.html$ /list.php?stateabrev=$1&city=$2&restName=$3 or RewriteRule ^([A-Z]{2})/([a-zA-Z]*)/([a-zA-Z]|'s*)\.html$ /list.php?stateabrev=$1&city=$2&restName=$3 … | |
I am using apache2triad 1.5.4. I need to use MS SQL Server 2..5 database with my php application. How do i use it and how to configure it. Please let me know ASAP. Thanks | |
Hi, I am implementing the seo url in my site.The seo url is like directory based url, for example example-site.com/index.php?module=site&content=page_categories&type=pages&id=mysql to example-site.com/index/module/site/content/page_categories/type/pages/id/mysql/ By using RewriteRule index/module/(.*)/content/(.*)/type/(.*)/id/(.*)/ index.php?module=$1&content=$2&type=$3&id=$4 this is working fine,but I have to do this for each and every page of my site to generate seo urls. [b]Is there … | |
I'd like to know if an isp's server usually keeps a record of all the outgoing mails by all users. For instance, if an user sends an email from a hotmail a/c to another, would that transaction and the mail contents be stored on the server even after 1 month? | |
I am a web designer and Programmer.... I would like to make a web server in my office... I am newbie in this. I want to register a domain and need to make a web server and make my hard disc as server.... Please help me..... I had a 2 … | |
hi, Just for the history : I am a new to apache. And I am responsible for this new server. um... I don't know if this is the right section to post my questions or not. Howere, here they are: 1. some libraries or packages installation instruction says : you … | |
Hello I am managing a blog. I kept a folder with permission 777 in the server. About a week before i found drastic rise in my traffic. I found a backdoor php script in my folder. I deleted it and changed the permission. In my site there is no option … | |
Hi, I have installed wordpress multiuser script on my vps host. when a user tries to upload a file, the script will create new folder, the new folders begin created are under apache ownership, that's why they are not accessable by normal users. can someone guide me how to set … | |
I installed apache in my linux fedora 9 server. I went to the /etc/httpd/httpd.conf and i see DocumentRoot "/var/www/html" so .. i put my index.htm file inside /var/www/html file....... and check the browser to see if i can see the webpage.... unfortunately, it is not working. I registered a domain … | |
Hi, Let I have the complete URL : http://www.test.com/xyz/ Everything is fine when people are submitting POST request to this URL. When people are trying to http://www.test.com/xyz (missing slash), they got a 301 Moved Permanently and then are redirect to http://www.test.com/xyz/. But once there, the POST variables are not there … | |
Hello net-gurus. I am in the quest for ultimate pxe-way of booting and installing OS-es. My idea is to find me a software that would act as a pxe server (along with DHCO and TFTP) and give me an option of serving various boot/install images. I've considered Widows server 2000/3/8, … | |
Ok, so I have got the free service of DynDNS from DynDNS.com. Now at example.sample.com I have a website working just fine. Now how do I, in the "sites-enabled" area, that is include in the apache config, set up more subdomains? Right now in the sites-enabled file I have NameVirtualHost … | |
Hello, I am currently having a problem with .htaccess. I am trying to use mod_rewrite to rewrite: [url]http://www.example.com/test/test?word=test[/url] to [url]http://www.example.com/test/test.php?word=test[/url]. The only problem is the GET vars can have different names. So another example url could be [url]http://www.example.com/test/test?test=true&form=1[/url] or even [url]http://www.example.com/test/test?search=Google&type=Web[/url] etc. For this I wrote a simple PHP script … | |
Hello, This is my first post here. I appreciate any help you guys can give me. I'm having some issues with the technologies listed in the title. I've narrowed this down to a Apache/Tomcat configuration issue (I'm leaning towards tomcat issue). First of all, my setup: Apache 2.2.10 -- The … | |
Hi all I am new to Linux and have been trying to set up an ftp connection using pure-ftpd. I have been able to set up the ftp and am using anonymous access with this. My main problem is using the upload script. I have compiled pure-ftpd with the uploadscript, … | |
Hi, I am trying to run a python(2.5.1) script on apache2. Basically, I want that when I run this script in the browser on the web server, a gnome windows pops up. The code is as follows: [code] import subprocess def launchExplorer(): path = '/home/robot/Music' command = ["/usr/bin/gnome-open",path] subprocess.call(command) if … | |
Hi Com, I’m currently working on a gSOAP client for an cpache CXF service, who authenticates itself by using RSA-Keys. But I have no idea how to configure the security header of my client, which is needed by the service The java code looks similar to this: [CODE] Map<String,Object> inProps= … | |
| |
Hello all, I have requirement of accessing [url]http://localhost:8080/tc/webclient[/url] using Domain server name say [url]www.tc.emerson.com[/url]. Domain Name has been already configured in etc\host. tc ear has been deployed in jboss-4.0.1sp1. I'm using Apache2 to virtual host for my jboss-4.0.1sp1 Application Server. Issue is, when I run [url]www.tc.emerson.com[/url] in browser, it is … | |
Hi guys Using socket programing i am trying to write a proxy server. when i start to read headers that has been sent from the browser it will initially dispaly some headers and after that it goes blank. simply becomes idle .. it does not return the controle to the … | |
Dear community, I am not so good at Linux, but I have some problems: What I want is just a Complete Email Server for Mass Mail distribution to my Customers. I have purchased a VPS (Virtual Dedicated Server) with Webmin. I have Installed Vsftpd, Postfix, Dovecot, Spam Assassin, Clav AV, … | |
| |
Hi, Unable to connect to MSSQL through PHP+ADODB+APache in my laptop. While the same is running fine in the server. Checked the SQL it is running fine. Can anybody help me? | |
Hi, I'm having a small problem. After installed a routine system update, which included the newest Java update (though I'm on 10.4.11) I have lost access to my localhost! I thought it was a problem with my server, so I installed another server using MAMP, and through MAMP I can … | |
What happens if you install 2 servers on one machine eg: pws and apache - which one is localhost? | |
I installed DHCPD 3.0 on my server running Ubuntu Server, but I don't know how to configure it properly. When I configure dhcpd.conf to use a sample subnet, dhcpd gives me an error about not being set to listen on eth1. The server has four ethernet ports, eth0 is connected … | |
Hello, i'm quite new in the forum and also in the matter. I followed a few tutorials and guides to set up a web server using Apache. I think I've done it all. I installed the package. Did the port 80 forwarding. I'm using DynDNS for my dynamic DNS. I … | |
Hi, I have project where a part is to make a maven 2 plugin for files to escape HTML content and generate a new file. I did it, to do this I used apache-commons-lang 2.4 library. But there is a new requirement now. They want to use it on a … |
The End.