Questions tagged [drupal]

Drupal is an open-source, database-backed CMS written in PHP. It is maintained and supported by a worldwide community. Questions about installing and maintaining Drupal belong on Drupal.SE

Drupal is an open-source, database-backed CMS written in PHP by a worldwide community.

Resources:

270 questions
0
votes
1 answer

how to establish connection between drupal and solr

I am working on technologies like drupal & solr.I have installed all required modules.but i need to know that how to crawl data from drupal.& how to form connector between drupal & solr.
netra
  • 1
  • 1
0
votes
2 answers

Drupal7 doesn't detect MySQL on CentOS, but Wordpress3 does?

I'm running CentOS 5.5 here with Apache2, PHP5.3.3, and MySQL 5 (Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i686) using readline 5.1). My wordpress install on the same system runs perfectly, but the drupal7 install script only detects SQLite.…
jyaworski
  • 33
  • 8
0
votes
1 answer

Nginx settings are screwing up my Drupal form submissions, how do I fix?

How do I tell Nginx to "ignore" specific URLS or pages on my web site? I run a Drupal site where anonymous visitors get served via NGINX while logged in users get served via Apache. We do this to keep the load down and scale better. It works great,…
bflora
  • 849
  • 1
  • 6
  • 3
0
votes
1 answer

Drupal + Lighttpd: enabling clean urls (rewriting)

I'm emulating Ubuntu on my mac, and I use it as a server. I've installed lighttpd + Drupal and the following configuration section requires a domain name in order to make clean urls to work. Since I'm using a local server I don't have a domain name…
aneuryzm
  • 1,714
  • 5
  • 26
  • 41
0
votes
1 answer

How can I set clean urls (enable rewrite) if I don't have a domain?

In order to enable clean urls in Drupal, I add the lines below to the lighttpd configuration file. However I'm now working on a local server and I don't have a domain available. So I need to work with this address…
aneuryzm
  • 1,714
  • 5
  • 26
  • 41
0
votes
1 answer

How many nginx/fastcgi processes do you use?

I have a drupal-based website on a VPS with 1GB RAM and 1Ghz processor share. The webserver is nginx along with php-fastcgi. Currently I am using 10 nginx and 13 php-fastcgi processes. The server load is high most of the times while half of the RAM…
alfish
  • 3,127
  • 15
  • 47
  • 71
0
votes
1 answer

Setting Drupal's Home URL and Navigation Menu URLs for Virtual Host on Ubuntu

I've installed Apache2 and Drupal6 and necessary dependencies on Ubuntu 10.10 (using apt-get install drupal6). When I initially set up Drupal, I accessed it through a URL like this: http://mydomain.com/drupal6/node I subsequently set up the virtual…
Kristopher Johnson
  • 315
  • 1
  • 6
  • 12
0
votes
3 answers

Lighttpd: Enabling module rewrite for Drupal

I'm configuring lighttpd (1.4.26) for drupal on Ubuntu 10 and I've some issues with the rewrite module. So far I have enabled the rewrite module in lighttpd.conf Then, I have added the following lines to the configuration file (as written here…
aneuryzm
  • 1,714
  • 5
  • 26
  • 41
0
votes
3 answers

Running Drupal on lighttpd

If I run Drupal on lighttpd webserver, I still have all features or I'm going into some limitations ? For examples, what could be the major issues or any drawback to use it together with Drupal ? thanks
aneuryzm
  • 1,714
  • 5
  • 26
  • 41
0
votes
1 answer

Apache Httpd bad caching on Drupal pages that include content from Tomcat

I have a Drupal website running on Httpd that makes AJAX calls to fetch fragments of HTML that are served up by JSPs in Tomcat 6 running on a different virtual host. Integration between the two servers is via Jkmod. When data in the Java backend…
0
votes
2 answers

Login to drupal

I have issues logging into my newly installed drupal 6 website. I have installed a fresh copy of the drupal 6-19 and and haven't added any new modules yet. When I enter my administrator user/pass and click login, The same first page is returned,…
0
votes
3 answers

Limit logins to Drupal to specific IP block

I'd like to allow anonymous from anywhere, while limiting authenticated to one or few IP blocks. Can this be done in drupal 6?
Unreason
  • 1,146
  • 1
  • 8
  • 22
0
votes
3 answers

How can I relay email through google apps from drupal website?

Possible Duplicate: Configure Postfix to send/relay emails Gmail (smtp.gmail.com) via port 587 I have multiple drupal websites running on an Ubuntu slicehost vps. Naturally, that means that I have a fair number of domains pointing to my one…
ldweeks
  • 1
  • 1
0
votes
3 answers

Is 256MB RAM enough for a VPS server to run some Drupal-based websites with e-shop module?

Is 256MB RAM enough for a VPS server to run some Drupal-based websites with e-shop module ? thanks
aneuryzm
  • 1,714
  • 5
  • 26
  • 41
0
votes
2 answers

Apache virtual host for drupal test site

I am a programmer, trying to launch my first website.. through different helpful posts in sf and others, I setup an account with Linode and set up a slice (Debian, Apache, ..etc). I have a Drupal site under development, and like to have a test site…
bsreekanth
  • 117
  • 3