Setting Up An Intranet Site Using Wamp

Jul 3, 2008

These are the settings which I've created on the Wamp server that will be access across the network.

In the httpd file, I have Remove the hush from the line second line of after the Virtual hosts

# Virtual hosts
Include conf/extra/httpd-vhosts.conf

To setup the domain, in the httpd-vhosts file, I have create this

<VirtualHost *:80>
ServerName MathewBrown
ServerAlias MathewBrown
DocumentRoot "C:/wamp/www/MathewBrown"
ErrorLog "C:/wamp/www/MathewBrown/logs/error.log"
CustomLog "C:/wamp/www/MathewBrown/logs/access.log common"
<Directory "C:/wamp/www/mathewbrown/">
Options FollowSymLinks
AllowOverride all
Order Allow, Deny
Allow all
</Directory>
</VirtualHost>

<VirtualHost *:80>
ServerName DevServeWeb
DocumentRoot "C:/wamp/www"
ErrorLog "C:/wamp/www/logs/error.log"
CustomLog "C:/wamp/www/logs/access.log common"
<Directory "C:/wamp/www/mathewbrown/">
Options FollowSymLinks
AllowOverride all
Order Allow, Deny
Allow all
</Directory>

</VirtualHost>

In the hosts file, I have added this.

127.0.0.1 localhost
127.0.0.1 MathewBrown
127.0.0.1 DevServeWeb

In my phpmyadmin file, these have been added

<Directory "c:/wamp/apps/phpmyadmin2.11.6/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
Allow from 127.0.0.1
Allow from 192.168.2.102
</Directory>

<Directory "C:/wamp/www">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
Allow from 127.0.0.1
Allow from 192.168.2.102
</Directory>

<Directory "C:/wamp/www/MathewBrown/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
Allow from 127.0.0.1
Allow from 192.168.2.102
</Directory>

Computers which will be accessing the server,
their hosts file have been changed to this.

127.0.0.1 localhost
192.168.1.100 MathewBrown
192.168.1.100 DevServeWeb

View 0 Replies


ADVERTISEMENT

Setting Directory Read/write Permissions With WAMP And IIS

Jul 26, 2007

I'm using WAMP and IIS for the first time so bear with me if I overlooked something obvious.

I have a simple script that creates a few files and then attempts to move them to a subdirectory. I am getting a permission denied error when attempting to move the scripts in WAMP. I am uncertain how to set directory permissions in WAMP. I am also unsure how this will affect the script when I migrate it to an IIS server.

View 2 Replies View Related

Setting Up New Site

Nov 2, 2007

This may be a severely basic question, but my knowledge of this type of thing is quite limited.

My firm recently purchased a domain name and we have hosting capabilities on our own server. How do I set up the site so that I can publish directly to the domain from MS Visual Web Developer?

The domain is ca-education.com,

View 6 Replies View Related

Setting Default Site In My VPS IP

May 7, 2009

I have a VPS and I am using LXAdmin. What I want to do is that if I type the IP of my VPS in my browser it would show my main Website and not the page of LXAdmin saying that the IP address or domain is not yet setup.

View 1 Replies View Related

Setting Up A Site In A .local Domain

Jun 10, 2008

I have a web server running Server 2003 and IIS6. I can access everything fine via IP. Now I want to have a domain name work with it.

The server is in a .local domain environment. Does anyone have any info on how I should setup DNS for the web server if the domain itself is not getting any DNS info from the outside?

Is it just a matter of adding new A and NS records or do I need to be in a FQDN domain for it to work?

View 4 Replies View Related

Setting Up Selling E-book Site

Apr 27, 2007

I am selling e-book on howtolearnmath.com

Currently I am using ebookpro.com

If I use PDF, how can I know others won't just download my e-book for free?

View 1 Replies View Related

Server For Intranet Purposes

Apr 11, 2009

I require a server for intranet purposes.

Due to the Operating System Hardware Requirements (Microsoft Small Business Server 2008 Standard) the system requirements are high:

Processor:
Recommended:
2 GHz (x64 processor) or faster for single core
1.5 GHz or faster for multi-core

Memory:
Minimum: 4 GB RAM
Maximum: 32 GB

Available Disk Space:
Minimum: 60 GB

I have the product key and license, the only thing required is for the thing to be installed, so you the license fee doesn't need to be paid.

So, how much do you think a server of this spec should cost?

Dual-Core Preferred
4GB Preferred (it can deal with only 4GB, and it's not that slow)
60GB Disk

View 2 Replies View Related

Setting Up A Mirror/Mirroring Site With A 2nd Web Host

Aug 10, 2005

I currently have a mirror site set-up on a seperate server (with a seperate web hosting company) for risk management purposes.

For zero downtime dependability, a load balancer cluster checking both servers in real time, and directing traffic at only servers that were online has been suggested.

However this option is rather expensive. Does anyone know of any other options?

View 2 Replies View Related

Making An Intranet - May Already Have Starting Point

Nov 12, 2007

how to make an intranet, but I am thinking of having a go at it on a network I have access to.

Currently there is one computer that everybody here calls the fileserver. Its My Documents folder is everybody else's Z: drive. (This is an XP machine).

What steps are involved in hosting web pages on it that all the other computers can access with a browser?

to be accessing the server like localhost on a standalone machine, rather than just Z:/file.htm because I intend to install PHP.

View 12 Replies View Related

Apache :: Redirect All Domains To Intranet

Oct 31, 2014

I have lan computer running apache2. It doesn't have access to the internet. Is there a way to redirect all website requests to the website located /var/www/ ? So if a user is on the network and trys to goto www.google.com it will redirect them to /var/www/index.html.

View 1 Replies View Related

NameServers ? Setting Them And Next Step To Make My Site Live

Mar 16, 2009

how to buy domains but what is the next step . i heard from my freinds that i we need to setup name servers and some other things before my site goes live,

View 6 Replies View Related

Make IIS Inherit Visitors Permissions (Intranet)

Oct 9, 2007

I've built an intranet in PHP and configured IIS so it will run as the user that visits the site.

The company then has a fileserver that they wan't to list the files from depending on what rights you have on your user.

I've done the: "Integrated Windows Authenitcation", and removed "Anonymous access" -step.

When I debuged the fileservers logs it says that when I'm logged on from the intranet-webserver it tries to access the fileserver as my user, when I change to another machine it goes for a anonymous-account.

I thought the "Anonymous-access"-checkbox I removed removed that?

View 11 Replies View Related

Plesk 11.x / Windows :: Setting Default Site On Dedicated IP - Unable To Reconfigure Web Server

Sep 2, 2014

Code:

Error: Unable to reconfigure web server. websrvmng failed: Site MailEnable WebMail does not exist at IIS7WebSites::get() In IIS7NativeProvider module Exception type: System.Exception at IIS7WebSites.get(IIS7WebSites* , auto_ptr* , Int64 id, basic_string,std::allocator >* idnName)
Windows Server 2012
Plesk 11.0.9 Update #62
Note: Recently migrated from Plesk 9.2

Trying to set Default Site for a Dedicated IP Address.

I go to Subscription, then to domain > Change Hosting Settings, select dedicated IP address and OK, works fine. Site goes to Default Plesk Page.

Go to Tools & Settings, IP Addresses > Select the dedicated IP address I set above. Change Default Site to site above. Click Ok.

I get the error message above and nothing changes.

I looked on my IIS Server and MailEnable's Webmail is installed under the Default Website.

I have another Dedicated IP on this server and it has a default site on it working properly, but it was set up on the old site and it was configured as part of the Migration using Migration Manager.

I tried deleting the IP address and adding it back in. That didn't change anything. I also tried running: "%plesk_bin%websrvmng.exe" –reconfigure-webmail since that came up under someone else's issue when searching the web and that .exe is what's throwing the error.

View 1 Replies View Related

WAMP On IIS

Nov 2, 2008

Can anyone point me to some decent instructions on how to get PHP/MySQL working on IIS? Basically I want to be able to use PHP + .NET at the same time. Been looking around and trying for awhile with no luck.

I know it's always better to get my hands dirty and install everything manually. However, I'm not confident about configuring it properly. So if anyone knows of a good WAMP installer that does everything painlessly it'll be great.

View 7 Replies View Related

WAMP 2.0G Installation

Mar 8, 2009

I have WAMP 2.0 installed on my Windows Vista. WAMP has released a new version: 2.0G. I've just downloaded it and i'm wondering if i could just run the installer or do i have to uninstall my current WAMP and then only install the latest version?

View 1 Replies View Related

Reinstalling Wamp

Jul 5, 2009

I started learning how to use Magento's eCommerce solution, and I ran into a problem when I mistakenly changed the root pw for my phpMyAdmin area. After trying to find a fix online, it seemed like the best thing to do would be to reinstall WAMP. So I uninstalled it using Control Panel's 'Add or Remove Programs.' After reinstalling WAMP, I am having difficulty getting it to work properly.

When I try to launch Wamp (WampServer 2), I get an alert saying "Apache HTTP Server has encountered a problem and needs to close. We are sorry for the inconvenience." The message and the error signature are as follows:

But for some reason, the WAMP system try icon says that it's online (It shows a semicircle with 3/4 of it colored yellow.) However, when I try to connect to the localhost in my browser, I get the following message: Failed to Connect Firefox can't establish a connection to the server at localhost.

View 2 Replies View Related

WAMP Server On Another PC

Jun 12, 2008

I've set up WAMP on another PC on my home network. Works just fine for browsing via a web browser (i.e. displaying the web pages on the server). However, when I try to use FTP in Notepad++ I cannot establish a connection.

If I change the port to 80, I can get a connection. Change it back to 21 and no connection.

I tried switching off the firewall (inc windows firewall) on the server, and the anti-virus. Not made a difference.

View 7 Replies View Related

Webhosting With WAMP

Jan 2, 2008

As generally i stick to hardware...but anyways i have encountered this problem..

I have installed WAMP on my sever

I have opened up Port80 to it(port forwarding)

I can enter both internal address (address of server 192.1068.1.108) and external ips (my external address 220.239.199.48) into my browser on another computer in the network and it works but as soon as you try on a computer outside my network on the internet some where it just times out....

View 8 Replies View Related

WAMP - Access Website With My WAN IP

Jan 2, 2009

I have WAMP Setup and configured correctly, and it's working just fine.

I have a DynDNS account and it is pointing to my WAN IP.

For instance if my friends or if I use proxy to load [url]it loads just fine.

But from my own browser when I try accessing [url]it doesn't work.

Is there any way I can fix this issue?

Basically I am trying to use a domain name to point to my pc. And use that domain name to test my website other than using [url]

View 1 Replies View Related

Using Wamp; Mysql Still Looking In C:xampp

Feb 6, 2008

I'm trying to install Joomla on my home server, and it requires mysql to have a password for security. Since nothing of my server is anywhere on the net, I never bothered to set a pass (yeah, I should have anyway).

Google led me to this article on the mysql forums, which worked up until it tried to initialize mysql (or whatever the command does, I'm guessing initialize). It's trying to look for the xampp folder that I had installed and uninstalled long before.

Code:

C:Documents and Settings[user]>C:wampmysqlinmysqld-nt --init-file=C:mysql-init.txt
080206 18:17:47 [ERROR] Can't find messagefile 'c:xamppmysqlshareenglisherrmsg.sys'
080206 18:17:47 [ERROR] Aborting

Is there a mysql setting I need to change?

View 2 Replies View Related

WAMP Or Manual Installation

Mar 8, 2007

some question about WAMP.....

1.which one is better?using wamp in productive system or do ur manual installation?

2.which WAMP is better?web-developer-server suite,apache2triad,WAMP5,or vertrigo?

View 0 Replies View Related

WAMP Server Alternative

Feb 13, 2007

I have just upgraded to Windows Vista Home Premium and am now looking for a WAMP installation whcih is compatible. Any ideas anyone. I used to use WAMP 5 and I knwo this is getting an update but I am in desperate of something similar for the time being.

View 0 Replies View Related

Addressing My Real Domain To Wamp

Apr 30, 2009

I have purchased a domain, and installed WAMP on my local computer. Now, I want to attach the domain name to WAMP such that when I entered my designed site on WAMP on my computer, I'll see my own domain instead of C://localhost/.../...

I have been told that the company that owns my domain should address its DNS to my own DNS?

View 6 Replies View Related

Hosting A Website Developed On WAMP

Oct 22, 2009

I develop a website using WAMP. And I want to put that website online now. But not much familiar with hosting plans.

suggest me a hosting plan which fulfill all my needs and where i can run my website comfortable and manage it easily...

View 14 Replies View Related

WAMP Server With PEAR Working

Feb 21, 2007

Does anybody know a WAMP server where pear is actually working so also CLI.. as i tried so many but they all seem to work like crap

*edit

Wrong forum can anybody move it

*edit #2

Umm actually i mean a WAMP Development server like XAMPP can anybody put it in PHP forums

View 2 Replies View Related

Apache Server On Wamp Won't Start

Jun 7, 2013

I am using Wamp server 2.2.

I recently made some changes to the Apache configuration to allow me to make a virtual host for the Zendframework. the change i made were as follows:

<VirtualHost 127.0.0.1>
ServerName zendy
DocumentRoot "C:workspacezendypublic"
SetEnv APPLICATION_ENV "development"
<Directory "C:workspacezendypublic">
DirectoryIndex index.php
AllowOverride All
Order Deny,Allow
Allow from all
</Directory>
</VirtualHost>

Since these changes were made, my wamp server will not start up. the wamp bar remain red.

What I have to do to find out/trace where the fault is?

View 3 Replies View Related

Apache :: Remote Wamp Server On Windows Vps

Feb 8, 2015

i installed wampserver on my remote windows VPS.i opened port 80.after that i try to connect it by typing "h t t p : / / remotelink" on my local machine browser.but i can not connect.

View 4 Replies View Related

Apache :: Cannot Configure Wordpress File In Wamp

Jan 21, 2014

I have installed wamp for editing word press theme every thing is ok but when I create new data base and start configuring my wordpress project file optional message appear when I click submit what should I do ?

View 4 Replies View Related

Apache :: Crashed WAMP Server - Cannot Load

Jun 26, 2013

I'm running a WAMP server, hosting an internal website for my company's use.

Windows XP Home SP3
Apache 2.0
MySQL Server 5.5
PHP 5.?

Last night Microsoft Security Essentials froze while running a scan. I restarted the scan and it froze again, so I rebooted the server. Now Apache won't start, providing the following error ....

View 4 Replies View Related

Apache :: WAMP Config - 2.4.4 Access Log Rotation

Jun 6, 2014

I have put up a WAMP server that is based on Apache2.4.4. I am trying to utilize the rotatelogs.exe to rotate my access log every night. I have this working on IBM HTTP installations. IBM's HTTP is based on Apache 2.2. why the CustomLog command is not working? The command under my Virtual Hosts that I am using is:

<VirtualHost *:80>
ServerName xxxxxxxx
DocumentRoot C:wampwww

[Code]....

View 1 Replies View Related

Security Issue :: WAMP On Home PC Server Shutting Down?

Feb 18, 2008

Recently I started a website based on Joomla. My friends suggested me to start it with hosting it from Home based server. Website is not that busy. I get about 300 Unique Hits a day. My server is window xp based and i installed a bundle called WAMP2. Website was running fine but since last night my server got shut down all by itself. I checked temp log and everything was under 35. Then i checked my internet traffic and found out that there were 400+ connections from a SINGLE ip. This is the IP 213.130.118.112 and i tried to trace, whois blah blah and didnt find anything about it. I have no idea what to do as my server gets shut down after about 5 to 10 minutes. Please help me. Is it possible to stop this issue?.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved