Re: [users@httpd] enabling htaccess in vhosts

2014-09-08 Thread Matthew Smith
On Mon, Sep 8, 2014 at 10:15 AM, Rich Bowen wrote: > > AllowOverride All > > Thank you for the help. What about vhosts? DO I need to add it there as well? Still getting an error. -- Regards, chedder is bedder

Re: [users@httpd] Business Setup

2014-09-06 Thread Matthew Smith
I have a decent paypal checkout solution done in ColdFusion. I would love a chance to help. On Sat, Sep 6, 2014 at 7:18 PM, Bill Vance wrote: > > Howdy; > > A friend wants me to help him set up a business site. > I've told him I know next to nothing about what he > wants to do, but that still

Re: [users@httpd] enabling htaccess in vhosts

2014-09-06 Thread Matthew Smith
.apache.org/docs/2.4/howto/htaccess.html > > Pete > > On Fri, Sep 05, 2014 at 07:53:07PM -0600, Matthew Smith wrote: > > How do I do so? I googled but can't figure it out. > > -- > Openstrike - improving business through open source > http://www.openstrike.co.uk/

[users@httpd] enabling htaccess in vhosts

2014-09-05 Thread Matthew Smith
How do I do so? I googled but can't figure it out. ServerAdmin webmaster@dummy-host2.theartoflovingcatsanddogsdotcom DocumentRoot "C:/wwwroot" ServerName theartoflovingcatsanddogsdotcom ErrorLog "logs/dummy-host2.theartoflovingcatsanddogsdotcom-error.log" CustomLog "logs/dum

[users@httpd] apache suddenly wont start

2014-08-27 Thread Matthew Smith
I have the latest version. I have ColdFusion 11 installed. CF is working and it will start with CF. I made a change to allow override all and it wouldn't start. I changed it back and it still wont start so i dont think the problem is there. Please help, thanks. -- Regards, chedder is bedder

Re: [users@httpd] enable .htaccess

2014-08-27 Thread Matthew Smith
pache configuration, you should modify directive AllowOverride >> None by AllowOverride All. >> >> Best regards, >> >> >> On Wed, Aug 27, 2014 at 2:54 AM, Matthew Smith >> wrote: >> >>> How do I do so? I have a working one... >>> >> >> > -- Regards, chedder is bedder

[users@httpd] enable .htaccess

2014-08-26 Thread Matthew Smith
How do I do so? I have a working one...

Re: [users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Matthew Smith
the above steps, let me know. > > Thanks, > Daryl > > > On Mon, Aug 25, 2014 at 8:32 PM, Matthew Smith > wrote: > >> windows 8 64 >> >> the cf service is started. >> >> >> On Mon, Aug 25, 2014 at 7:18 PM, Daryl Lackey >> wrote: >&g

Re: [users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Matthew Smith
are you running? If Windows, check that the CF11 service has > started. If it's another OS, I wont be much help to you there. > > > Thanks, > Daryl > > > On Mon, Aug 25, 2014 at 7:48 PM, Matthew Smith > wrote: > >> Cf 11. It is the only dl I could fi

Re: [users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Matthew Smith
Cf 11. It is the only dl I could find. > On Aug 25, 2014, at 18:26, Daryl Lackey wrote: > > What version of CF are you running? I don't believe CF will work with 2.4. I > know CF9 wont at least. > > Thanks, > Daryl > > >> On Mon, Aug 25, 2014 at 6:43 P

Re: [users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Matthew Smith
apache 2.4. i dled it just a few hours ago. On Mon, Aug 25, 2014 at 5:15 PM, Daryl Lackey wrote: > Matthew,​ > > What version of Apache and CF are you running?​ > > Thanks, > Daryl > > > On Mon, Aug 25, 2014 at 5:38 PM, Matthew Smith > wrote: > >>

[users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Matthew Smith
Start fine after fresh install on new machine. Installing coldfusion and configuring the webconnector seems to break it. What weird is that it saks for the server binary and it has always been httpd from that i remember now it seems to be apache. am i looking in the right place? -- Regards, ch

Re: [users@httpd] apache won't start after adding virtual hosts

2014-08-24 Thread Matthew Smith
This is for local development and a modified hosts file would reference the sites on the local machine. I have used this in the past. Thank you for helping. On Sun, Aug 24, 2014 at 10:09 PM, Jim Walls wrote: > On 8/24/2014 20:24, Matthew Smith wrote: > > I installed apache

[users@httpd] apache won't start after adding virtual hosts

2014-08-24 Thread Matthew Smith
I installed apache and then coldfusion 11. Worked fine until I fiddled with the conf and extra, adding a couple of vhosts. Really need this to work, please help! conf: # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server it

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-28 Thread Matthew Smith
Thank you, that fixed it. Thank you to all that helped. Matthew On Thu, Feb 28, 2013 at 12:59 AM, Igor Cicimov wrote: > > On 28/02/2013 4:57 PM, "Igor Cicimov" wrote: > > > > > > On 28/02/2013 4:14 PM, "Matthew Smith&quo

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
I couldn't find the mod listed in httpd.conf, nor in the modules directory. - > > Also is socache_shmcb_module enabled ? >

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
This is apache 2.0.64 --- And which apache version?? I cant see shmcb as option for apache 2.2 lets say: http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslsessioncache

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
Yes. I am running the service as my own user account. This was required because the document root was a share on a win 7 machine; apache is running on a win xp machine. On Wed, Feb 27, 2013 at 9:45 PM, Igor Cicimov wrote: > > > > On Thu, Feb 28, 2013 at 6:10 AM, Matthew

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
I have the line: LoadModule ssl_module modules/mod_ssl.so in httpd.conf. On Wed, Feb 27, 2013 at 3:31 PM, Kevin A. McGrail wrote: > > On 2/27/2013 3:27 PM, Matthew Smith wrote: > >> I meant to have it off the base path. >> > Then remove the leading slash. I wonde

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
I meant to have it off the base path. On Wed, Feb 27, 2013 at 2:19 PM, Kevin A. McGrail wrote: > On 2/27/2013 2:10 PM, Matthew Smith wrote: > >> Trying to get openssl to work locally. This is the error in my log file: >> >> [warn] Init: Session Cache is not configure

[users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
Trying to get openssl to work locally. This is the error in my log file: [warn] Init: Session Cache is not configured [hint: SSLSessionCache] It led me to this via google, and I tried to make sure it was implemented properly: http://wiki.apache.org/httpd/SSLSessionCache I have this in my httpd.

[users@httpd] Re: redirect non-existing directory request to that directory with file name appended

2013-02-26 Thread Matthew Smith
Tried this but it causes a 500 error. Any ideas where I am off? RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) /site_mysite_com/$1/index.cfm [L] On Mon, Feb 25, 2013 at 10:10 PM, Matthew Smith wrote: > Right now I have this: > > Re

Re: [users@httpd] pathing to assets not working using rewrite

2013-02-25 Thread Matthew Smith
thank you, i figured it out. I had enabled the module overall but did not having it running for the directory. On Mon, Feb 25, 2013 at 7:56 PM, Ben Johnson wrote: > > > On 2/24/2013 7:39 PM, Matthew Smith wrote: > > I am trying to serve a secondary site from a subdirect

Re: [us...@httpd] url rewrite help

2010-08-13 Thread Matthew Smith
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >><mailto:users-unsubscr...@httpd.apache.org> >> >> " from the digest: users-digest-unsubscr...@httpd.apache.org >><m

Re: [us...@httpd] url rewrite help

2010-08-11 Thread Matthew Smith
knowledge is very limited. >> >> > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail:

Re: [us...@httpd] can't start apache

2010-02-16 Thread Matthew Smith
ows 7 machine and vice versa? I don't like having full control for everyone. On Mon, Feb 15, 2010 at 4:37 PM, Paul McFerrin wrote: > Check your port "forwarding" on your router. It appears that the IP you > got was on a router and port forwarding for port 80 is not set to > 1

Re: [us...@httpd] can't start apache

2010-02-16 Thread Matthew Smith
The server is windows xp pro. On Mon, Feb 15, 2010 at 2:58 PM, Daniel Reinhardt wrote: > > -- > From: "Matthew Smith" > Sent: 15 February, 2010 18:42 > To: > Subject: Re: [us...@httpd] can't start apache > >

Re: [us...@httpd] can't start apache

2010-02-15 Thread Matthew Smith
Ok, I figured it out. I was using a mapped drive for the document root. Maybe it is a permission issue? I have given full control to everyone, so I'm not sure what it is. On Mon, Feb 15, 2010 at 12:17 PM, Matthew Smith wrote: > I hadn't set up the static lease on my router whe

Re: [us...@httpd] can't start apache

2010-02-15 Thread Matthew Smith
at 11:39 AM, Jeff Trawick wrote: > On Mon, Feb 15, 2010 at 12:06 PM, Matthew Smith > wrote: > > The user account I am logged in as is an admin. > > > > 192.168.1.2 is the ip address assigned to the computer. > > Are you sure? Do you have multiple interfac

Re: [us...@httpd] can't start apache

2010-02-15 Thread Matthew Smith
2\bin>httpd.exe -t Syntax OK But when I try to start the service, I still get The requested operation has failed. On Mon, Feb 15, 2010 at 11:11 AM, Matthew Smith wrote: > Here the conf. I commented out the vhosts and ColdFusion stuff to see if > it would work but it still doesn

Re: [us...@httpd] can't start apache

2010-02-15 Thread Matthew Smith
Here the conf. I commented out the vhosts and ColdFusion stuff to see if it would work but it still doesn't. Maybe someone more familiar than me will spot something? Sorry for the long post. -- # # This is the main Apache HTTP server configura

Re: [us...@httpd] can't start apache

2010-02-15 Thread Matthew Smith
wrote: > > -- > From: "Matthew Smith" > Sent: 14 February, 2010 14:46 > To: "users" > Subject: [us...@httpd] can't start apache > > > When I try to start I get: >> the requested operation failed. >> >> Nothing in the error log.

[us...@httpd] can't start apache

2010-02-14 Thread Matthew Smith
When I try to start I get: the requested operation failed. Nothing in the error log. In event viewer, I get several errors: The Apache service named reported the following error: >>> httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.110 for Server

Re: [us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Matthew Smith
, Programmer In Training < p...@joseph-a-nagy-jr.us> wrote: > On 1/28/2010 2:08 PM, Matthew Smith wrote: > > I understand that. I should have made myself more clear. > > > > I have modified the windows 7 machine host file to the following: > > 192.168.1.2 mysi

Re: [us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Matthew Smith
I understand that. I should have made myself more clear. I have modified the windows 7 machine host file to the following: 192.168.1.2 mysite_com On Thu, Jan 28, 2010 at 1:26 PM, Programmer In Training < p...@joseph-a-nagy-jr.us> wrote: > On 1/28/2010 1:15 PM, Matthew Smith wrote: &

[us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Matthew Smith
In the past I just had one machine. I ran apache on it. I modified the hosts file to point aliases to the local box. 127.0.0.1 mysite_com So in my browser, I could type in: mysite_com (underscore instead of dot) and bring up the site. Now I have a new box running windows 7 that will be the machi

Re: [EMAIL PROTECTED] two aliases pointing to the same document root

2008-08-18 Thread Matthew Smith
It looks like it is working now. I forgot to restart the server. Thank you for the reponse. On Mon, Aug 18, 2008 at 8:07 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Mon, Aug 18, 2008 at 8:23 AM, Matthew Smith <[EMAIL PROTECTED]> wrote: >> Hello. >> >> I ha

[EMAIL PROTECTED] two aliases pointing to the same document root

2008-08-18 Thread Matthew Smith
Hello. I have been using apache for my local web development for some time, and I am very happy with it. I am trying something new, and have run into a bit of trouble. I am responsible for multiple web sites, and use the httpd-vhosts.conf to point to different document roots for each site. I al

RE: [EMAIL PROTECTED] 403 error with apache and ColdFusion 8

2007-08-22 Thread Matthew Smith
# JRun Settings LoadModule jrun_module "C:/ColdFusion8/runtime/lib/wsconfig/1/mod_jrun22.so" JRunConfig Verbose false JRunConfig Apialloc false JRunConfig Ignoresuffixmap false JRunConfig Serverstore "C:/ColdFusion8/runtime/lib/wsconfig/1/jrunserver.store" JRunConfig Bootstrap

RE: [EMAIL PROTECTED] 403 error with apache and ColdFusion 8

2007-08-22 Thread Matthew Smith
TECTED] On Behalf Of Joshua Slive Sent: Tuesday, August 21, 2007 9:41 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] 403 error with apache and ColdFusion 8 On 8/21/07, Matthew Smith <[EMAIL PROTECTED]> wrote: > > > > > I've just installed apache and CF8. Bef

[EMAIL PROTECTED] Which file to edit

2007-08-21 Thread Matthew Smith
I'm not sure which httpd-vhosts.conf to edit. The one in: C:\Program Files\Apache Software Foundation\Apache2.2\conf\default Or the one in C:\Program Files\Apache Software Foundation\Apache2.2\conf\extra Which one affects the server? Thanks, Matthew

RE: [EMAIL PROTECTED] 403 error with apache and ColdFusion 8

2007-08-21 Thread Matthew Smith
m new too. What is CF8? - Original Message - From: Matthew Smith <mailto:[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Tuesday, August 21, 2007 7:39 PM Subject: [EMAIL PROTECTED] 403 error with apache and ColdFusion 8 I've just installed apache and CF8. Before installi

[EMAIL PROTECTED] 403 error with apache and ColdFusion 8

2007-08-21 Thread Matthew Smith
I've just installed apache and CF8. Before installing CF8, I got to the "It works!" page in apache just fine. Now I get a 403 error for any page. I'm brand new to apache, so any help is appreciated.