990 Topics

Member Avatar for
Member Avatar for samarudge

Hi, I have managed to set up HTTPS on my server. I wish to host two different websites over https so I used this code for two virtual hosts: [CODE]<VirtualHost *:443> DocumentRoot "E:/Program Files/Apache Software Foundation/Apache2.2/htdocs/wm/" ServerName www.wm.freeform.ath.cx:443 ServerName wm.freeform.ath.cx:443 ServerAdmin samarudge@freeform.ath.cx SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile "E:/Program Files/Apache Software …

Member Avatar for tricnic
0
193
Member Avatar for ganesan123

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 …

0
69
Member Avatar for Roebuc

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 …

0
77
Member Avatar for gdhanasekar

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 …

0
73
Member Avatar for camelNotation

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?

Member Avatar for jbennet
0
108
Member Avatar for rajeesh_rsn

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 …

Member Avatar for jbennet
0
68
Member Avatar for arunkumarsrec

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 …

Member Avatar for jbennet
0
368
Member Avatar for tweeder

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 …

0
74
Member Avatar for Chaky

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, …

Member Avatar for Chaky
0
82
Member Avatar for FlashCreations

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 …

Member Avatar for FlashCreations
0
178
Member Avatar for jfox1988

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, …

Member Avatar for jfox1988
0
118
Member Avatar for deenuy

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 …

0
77
Member Avatar for praveensleeps

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 …

0
68
Member Avatar for Babidi

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, …

0
98
Member Avatar for reddawg
Member Avatar for khess
0
52
Member Avatar for justinmyoung

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 …

Member Avatar for justinmyoung
0
132
Member Avatar for RupertA

What happens if you install 2 servers on one machine eg: pws and apache - which one is localhost?

Member Avatar for OlyComputers
0
88
Member Avatar for Lichten

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 …

Member Avatar for DimaYasny
0
122
Member Avatar for titico

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 …

Member Avatar for dickersonka
0
157
Member Avatar for tanha

Hi. I am using windows XP apache 2.2.9 on port 8080 tomcat 5.527 on port 8000 and everything OK. but when I add this line in the httpd.conf file: [CODE]LoadModule jk2_module modules/mod_jk2.so[/CODE] then I can not start apache again. what should I do?

Member Avatar for peter_budo
0
74
Member Avatar for hookedonphp

Under Apache 2 on my PC's WAMP development environment I've managed to turn off directory indexing so that a Forbidden message is displayed whenever I access a URL such as http://127.0.0.1/ If someone can point out what needs to be changed in my httpd.conf file, or what typo's I might …

Member Avatar for stephen84s
0
162
Member Avatar for Stinner

Hi, I am trying to install the ApacheDS and Apache Directory Studion silently. I hav found a post on this board with a very similar request. But there were the Solution for the Apache silent Installation with an msi-file. Both of my installation files are exe-files and in the documentation …

0
47
Member Avatar for samarudge

Hi, I have set up a URL rewriting rule for my website: [CODE]RewriteRule ^([A-Za-z]+)/([A-Za-z]+)\.html$ /main.php?Area=$1&Page=$2[/CODE] Which works fine if I request a page like [url]http://mysite.com/folder/something.html[/url] it would show [url]http://mysite.com/main.php?Area=folder&Page=something[/url] but I want to also be able to pass the rest of the query string so something like [url]http://mysite.com/folder/something.html?Bob=Jim[/url] would pass …

Member Avatar for tgbyhn
0
159
Member Avatar for avaspate

Can anybody please tell me about the url masking. Is is just same as url rewrite? I need it in my recent project to hide the URLs that goes from my website to another. help required!! Thanks in advance :confused:

0
72
Member Avatar for shnippy

Hello, I have been scouring the web trying to find as much information on mod_rewrite as I can, but the solutions I have found do not suit my need. I have a website that has been up for almost 3 years, and I am having a hard time getting pages …

Member Avatar for bigtalk
0
142
Member Avatar for chanderk

Hi All, I am very new to the web-server world with a decent level of understanding in www and little knowledge on Unix. I have a laptop 1.5GHz, pentium core 2 duo, with Ubuntu installed in it. I have a DSL connection and I dont have a domain name. I …

Member Avatar for bigtalk
0
134
Member Avatar for TKSS

I migrated blogs from serendipity to wordpress. In doing so, I went from one url schema to another. Serendipity: [CODE]http://example.com/index.php?/archives/111-Example-title!-of-POst.html[/CODE] Wordpress: [CODE]http://example.com/example-title-of-post/[/CODE] Notice that it needs to have caps removed and all punctuation except the '-' removed from the URL. Now the nearest I can come up to with this …

0
114
Member Avatar for k2k

I wanna setup a home sever so all my PCs at home can have a central storage plus one network printer. I would like to install either freeBSD or fedora 7... I am new to all these and trying to learn. What machine would you suggest me to buy? a …

Member Avatar for Don Gino
0
150
Member Avatar for rati

Hi All, I am new to PHP, i have installed WAMP but have no idea how to work on it. Can someone please guide me or provide some link how should i start? Thanks in advance

Member Avatar for buddylee17
0
72
Member Avatar for andrew13d

Hi people! I installed WAMP server on a computer with Window Vista but the local host and phpmyadmin are not working. MySQL is working. What could be wrong? Some one pliz help me with this. Thanx

Member Avatar for k2k
0
70

The End.