Current Page: 1 of 1
Results 1 - 23 of 23
13 years ago
fastburst
Well I searched the forums for hours now and I finally came across something where it directed me to go to downloads.jnbl.net and download the WAMPSSL files. Once I did that everything worked as it should. no issues. It would be a good idea to maybe possibly update your Guide for anyone else that comes across that error. That would have saved me a couple hours there. ;-)
Forum: WampServer English
13 years ago
fastburst
I already did the guide, I cant get past the openssl genrsa -aes256 -out pass.key 2048 because I get a WIndows Alert Error openssl.exe Ordinal Not Found The ordinal 293 could not be located in the dynamic link library SSLEAY32.dll
Forum: WampServer English
13 years ago
fastburst
Has anyone gotten OpenSSL to work on a 64bit system? When I try to run the command openssl genrsa -aes256 -out pass.key 2048 I get this error message openssl.exe Ordinal Not Found The ordinal 293 could not be located in the dynamic link library SSLEAY32.dll Does anyone know how to fix this or get around this? what are the steps?
Forum: WampServer English
13 years ago
fastburst
No problem havent posted on here in a very long time since the last time I made the guide for this witht he original version back in what was it 2007 I think and you even helped me on some of that too lol. I can post it on my site. I just have to remember what I posted as far as instructions now lol. I will update with an instructional txt page that can be downloaded as well and update
Forum: WampServer English
13 years ago
fastburst
Have you changed anything or was it just a fresh install? If you modified anything that could be it.
Forum: WampServer English
13 years ago
fastburst
Ok everyone I have been away for a while and now I am back I have updated the Process to work with the LATEST Versions of WAMP and have tested on XP, Vista and 7 32&64bit versions. Here is a little something I did to make the subdomain creation for LOCALHOST. MAKE SURE TO DO BACKUP OF YOUR FILES BEFORE YOU EDIT THEM! Download and save the file from here GO HERE FOR LIST OF INS
Forum: WampServer English
17 years ago
fastburst
<<<< Look for this Once you find this then add this somewhere to it Type: separator; Caption: "Localhost Subdomains" Type: submenu; Caption: "Subdomain directories"; SubMenu: subdomain_dir; Glyph: 3 Here is mine below (keep in mind has stats and switch php 4 as well Type: separator; Caption: "WAMP5" Type: item; Caption: "Localhost"; Ac
Forum: WampServer English
17 years ago
fastburst
Okay I have updated the links with the new scripts. This update to the script will automatically edit the hosts file for you so that you do not have to add or edit the hosts file yourself like you did previously. It also removes them from the hosts as you remove them from WAMP as well. NOTE: you may need to change the permissions settings on your hosts file in order for the script to work prop
Forum: WampServer English
17 years ago
fastburst
I also have gotten properly tested the script to write and delete entries to the 'hosts' file. If anyone wants me to update the script so it is completely automated now, please let me know and I will update the linked pages to the new code on add_subdomain.php and delete_subdomain.php Until I will leave it as is.
Forum: WampServer English
17 years ago
fastburst
Of course completely understand but Iam afraid you both are missing the point and the title of the Subject This is for localhost testing only for subdomains on localhost only. I would not recommend doing this as a live server. but for testing only so that you can write whatever scripts and or sites and test them internally only.
Forum: WampServer English
17 years ago
fastburst
That is correct. This is a mod for those who want to be able to have subdomains on a localhost for testing purposes. It can probably be changed for live production but that is not my intentions here. =)
Forum: WampServer English
17 years ago
fastburst
If you cannot copy and paste the code above, go here for the add_subdomain.php and delete_subdomain.php files.
Forum: WampServer English
17 years ago
fastburst
############ STEP 6 ############ Next you will also need to update your hosts file located in c:/windows/system32/drivers/etc/ Or where you have it located. # Copyright (c) 1993-2006 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP
Forum: WampServer English
17 years ago
fastburst
Here is a little something I did to make the subdomain creation for LOCALHOST. MAKE SURE TO DO BACKUP OF YOUR FILES BEFORE YOU EDIT THEM! ############ STEP 1 ############ create a folder called 'subdomains' in C:/WAMP/apache2/conf/ ############ STEP 2 ############ In WAMP enable the 'vhost_alias_module' open httpd-vhost.conf and edit to look like below or delete all the conten
Forum: WampServer English
17 years ago
fastburst
HAHAHAHAHA I got it to work with LOCALHOST SUBDOMAINS! Here is what needed to be changed. hosts file # Copyright (c) 1993-2006 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by
Forum: WampServer English
17 years ago
fastburst
I have set everythign to defaults and gotten all of it to work for just localhost and all works fine, now I am tweeking WAMP to see how I can get the subdomains to work with a localhost like I have read all over the internet. I am not going to place a real or live domain until i am possitive that this will work with my subdomains first. If it doesnt work for me locally no way im going live with i
Forum: WampServer English
17 years ago
fastburst
I totally agree everyone. I have gotten WAMP setup the way I want and need. My next step is to get localhost with subdomains. I have searched my forums and looked over hte web and said it can indeed be done by editing the hosts file. I have done that and have created about 10 different subdomains for localhost. However now I need to setup WAMP to point correctly to the subdomains now. This is w
Forum: WampServer English
17 years ago
fastburst
hey All this is what I have found still havent gotten it to work yet. Adding subdomain.localhost when developing When I was developing the new look for this site I wanted to change several sections of the site from folders to subdomains. Developing locally is much simpler than constantly uploading and checking your work online so I knew I would have to find a better way of developing locally w
Forum: WampServer English
17 years ago
fastburst
I had read some where yuo could have subdomains on a localhost by editing the hosts file in the /windows/system32/drivers/etc folder I have added several here to be able to do this. However they all work but all link to the same directory. example here is my hosts file contents # Copyright (c) 1993-2006 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # #
Forum: WampServer English
17 years ago
fastburst
That sounds all fine and good but still have to get working right on the WAMP first correct before that can come into play. I want to test it locally first with subdomains locally before doing anything like that.
Forum: WampServer English
17 years ago
fastburst
Okay I tired that and apache doesnt start now, do i have to disable the alias_mod and user_mod for it to work, I read some where sith those enabled they override the vhost_host what I am trying to do is setup subdomains on 1 machine to test so like this subdomain.localhost subdomain2.localhost and on a production server on another machine www.domain.com subdomain.domain.com subdomain2.domain.
Forum: WampServer English
17 years ago
fastburst
Do you have to edit http.conf for this to work? to enable the vhost_alias to work?
Forum: WampServer English
17 years ago
fastburst
Can some one tell is they have gotten vhost_aliass to wor in using WAMP1.70? I want to setup subdomains and other domains, can someone please provide detail instructions on how to do this. Thanks in advance.
Forum: WampServer English
Current Page: 1 of 1