Current Page: 1 of 1
Results 1 - 28 of 28
13 years ago
mezia
Thanks for the replies. I am not really a fan of IIS. I am using Wamp since 2007 for my production http server (for a dedicated website) and its worked very well. But recently I plan to build a small data center and web hosting company. I have 3 Dell 2850 servers and 3 virtual servers are installed at every single server. Each virtual server contain 2GB ram. I want to start a hosting company and
Forum: WampServer English
13 years ago
mezia
Can anyone guide me how can I configure Wamp with Windows 2003 DNS server and I need my own NameServers. I don't want to use website like ZoneEdit and I want to avoid VirtualHosting in Wamp. Anyone can help?
Forum: WampServer English
14 years ago
mezia
Can we set hosting space limitation on Virtual Host in Apache? thanks
Forum: WampServer English
14 years ago
mezia
When I changed #SSLVerifyDepth 10 to SSLVerifyDepth 2 now SSL working but still I have facing 500 Internal Server Error. I am trying to access locahost/sec This is my setting ServerName *:443 <VirtualHost _default_:443> DocumentRoot "c:/wwwroot/sec" ServerName localhost ServerAdmin webmaster@mydo&
Forum: WampServer English
14 years ago
mezia
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. and RSA server certificate CommonName (CN) `VB' does NOT match server name!?
Forum: WampServer English
14 years ago
mezia
I am working on a live server. People can access my server from internet. Virtual Hosts are working fine on LAN and WAN both. Now I changed my path in Virtual Host in httpd-ssl.conf <VirtualHost _default_:443> DocumentRoot "g:/liveroot/vbt9times/sec" ServerName localhost/sec:443 etc etc..... <Directory "g:/liveroot/vbt9times/sec"> SSLOptions +StdE
Forum: WampServer English
14 years ago
mezia
Thanks for the link. I can see my SSL CA in address bar. I want to use my SSL for mydomain.com/secure but I have facing two different errors. When I access it giving me following error Not Found The requested URL /secure.css/ was not found on this server. and when I access it giving me following error The connection has timed out I used following me httpd-ssl.conf DocumentRoo
Forum: WampServer English
14 years ago
mezia
I am trying to install SSL Certificate on my server but Apache error log showing me following line Init: (*:443) You configured HTTP(80) on the standard HTTPS(443) port! I tried many things but no luck. This is my Virtual Host ServerName *:443 NameVirtualHost *:443 <VirtualHost *:443> DocumentRoot "c:/wwwroot/secure" ServerName mydomain.com/secure ServerAdmin
Forum: WampServer English
14 years ago
mezia
My Apache error log showing me following lines. I am using WordPress. Am I hacked or is this Apache problem? Invalid URI in request \xd4\x02UCD{\xeeQu\xff\xebZ(\xda\xb7`(\xae\xd1;\xd9!\xd8x\xf9\x11Tf\xa9\xfd\x0eK\xb9\x80\x12\x16\xc1g\xa0\xca\x89mW\x7f Invalid URI in request \xc2\tv\xc69\xfb&\x9bl3\xa4\xdf\xc3`\x1e\x07\xe3\xa9\x17\xc2\x05\x81t\x9fXV\xb2
Forum: WampServer English
14 years ago
mezia
Yesterday I installed Pear on WAMP (Windowss 2003 Ent) I am using PHP 5.2.11 and PEAR working fine till today. I installed PEAR MAIL as well but trying to configure pear with my php.ini or I want to send email through my PEAR MAIL but still I found nothing.
Forum: WampServer English
14 years ago
mezia
I think you are the 3rd person who gave me same link. Many times I said that my VH are working fine without any problem I already followed the link you given. I am taking about This line Child 17264: Starting thread to listen on port 443. and this line Warning: DocumentRoot does not exist There is no ABC folder and 443 port I configured in my php.ini and httpd.conf then why apac
Forum: WampServer English
14 years ago
mezia
I am running only one WAMP Server at my machine. I just configured VH on WAMP to run my subdomains and I changed SMTP PORT in php.ini from 25 to 443 then change it to 25 again. I restart my system+WAMP many times.
Forum: WampServer English
14 years ago
mezia
100 million question. I am looking for same thing
Forum: WampServer English
14 years ago
mezia
I have facing following error even I didnt configure any Virtual Host and 443 port in my httpd.conf Warning: DocumentRoot does not exist Apache/2.2.11 (Win32) mod_ssl/2.2.11 OpenSSL/0.9.8k configured -- resuming normal operations Server built: Dec 10 2008 00:10:06 Parent: Created child process 17264 Warning: DocumentRoot does not exist Warning: DocumentRoot does not exist Chil
Forum: WampServer English
14 years ago
mezia
Hi DDragon I have sent many emails through my php.ini which use my local machine SMTP. I was using Windows 2003 Server. I installed SMTP and configured with gmail. How to configure local machine SMTP you can find on google. I simply used the following in my php.ini SMTP = localhost smtp_port = 25 But now I have facing two problems 1) above setting doesn't work in Apache Virtual Host
Forum: WampServer English
14 years ago
mezia
Hi I created a ABC folder in my root directory then I created a virtual host. I got the results what I was trying to do. I removed the virtual host and restart the Apache but still I have receiving following error in Apache Access Log. Warning: DocumentRoot does not exist What is the problem and it solution? thanks
Forum: WampServer English
14 years ago
mezia
Hi I tried my luck but failed. I am trying to configure custom error 404 page in Virtual Host. I tried 3 different ways but nothing is showing on my browser First Way -------- <VirtualHost *:80> DocumentRoot d:/live/ ServerName www.domain.com ServerAlias domain.com domain ServerAdmin webmaster@domain
Forum: WampServer English
14 years ago
mezia
Then what is the solution? How can I use my SMTP with Virtual Host in WAMP?
Forum: WampServer English
14 years ago
mezia
Please follow this link I am looking for SMTP with Virtual Host working solution.
Forum: WampServer English
14 years ago
mezia
I want to configure SMTP Localhost with my Apache Virtual Host. How can I install mod_smtpd in WAMP Server. Here is the link about mod_smtpd but download link is broken
Forum: WampServer English
14 years ago
mezia
I did nothing with my php.ini and facing following error in php error log. domxml, dom, libxml and SimpleXML are enable. How to sort out following problem? thanks [02-Jan-2010 18:48:22] PHP Notice: Constant XML_ELEMENT_NODE already defined in Unknown on line 0 [02-Jan-2010 18:48:22] PHP Notice: Constant XML_ATTRIBUTE_NODE already defined in Unknown on line 0 [02-Jan-2010 18:48:22
Forum: WampServer English
14 years ago
mezia
I know WAMP does not come with a mail server but if I don't use Virtual Host then I can send email through WAMP which use Gmail address (IIS SMTP) without any trouble but when I use Virtual Host then localhost SMTP or email doesn't work. I need to use VH that's why I am worry about localhost SMTP in VH. This is my setting in PHP.ini and it work great if i don't use Virtual Host and my IIS SMTP
Forum: WampServer English
14 years ago
mezia
I configured smtp.gmail.com with my computer SMTP and in my PHP.ini I set SMTP = localhost and port 25. I am working in Virtual Host environment because I want sub domains as well. If I work in normal mode without Virtual Host then SMTP work fine but when I work in VH environment then SMTP don't work. I tried your settings in this way <VirtualHost *:80> DocumentRoot c:/wwwroot/ Se
Forum: WampServer English
14 years ago
mezia
Hello! I am running my website on wamp server with Zone Edit DNS and its working good. I am trying to create a subdomain inside virtual host but I didn't find any hint. Now I am using Virtual Host it self for subdomain but I don't know the SMTP setting in httpd.conf. If I don't use Virtual Host then SMTP work without any trouble. Can anyone please tell me how to configure SMTP in Virtual Ho
Forum: WampServer English
14 years ago
mezia
thanks. solved
Forum: WampServer English
14 years ago
mezia
enable extension=php_domxml.dll in php.ini
Forum: WampServer English
14 years ago
mezia
open you MYSQL Console mysql>update mysql.user SET password=password("newpassword" WHERE user="root"; hit enter mysql>Flush Privileges; hit enter mysql>quit hit enter then change same password in C:\wamp\apps\phpmyadmin3.2.0.1 config.inc.php
Forum: WampServer English
14 years ago
mezia
Hello Wampserver working ok on my machine but when I browse www.xyz.com/phpmyadmin it showing my phpmyadmin environment or folder where anyone can change or download my db. How can I stop this on live domain even I don't want login screen like this www.wampserver.com/phpmyadmin thanks
Forum: WampServer English
Current Page: 1 of 1